]> git.datanom.net - wpp.git/blobdiff - wpp.e4p
Base user framework finished
[wpp.git] / wpp.e4p
diff --git a/wpp.e4p b/wpp.e4p
index 1b5ee9b24bf97d8bcec7c4d4602b90099929f065..4192a59a789c5c1e5ae18916df8388f68f71d9a6 100644 (file)
--- a/wpp.e4p
+++ b/wpp.e4p
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE Project SYSTEM "Project-5.1.dtd">
 <!-- eric project file for project wpp -->
-<!-- Saved: 2017-12-02, 21:37:05 -->
+<!-- Saved: 2017-12-15, 02:49:14 -->
 <!-- Copyright (C) 2017 Michael Rasmussen, mir@datanom.net -->
 <Project version="5.1">
   <Language></Language>
   <Author>Michael Rasmussen</Author>
   <Email>mir@datanom.net</Email>
   <Eol index="0"/>
-  <Sources/>
+  <Sources>
+    <Source>.gitignore</Source>
+    <Source>app/__init__.py</Source>
+    <Source>app/forms.py</Source>
+    <Source>app/models.py</Source>
+    <Source>app/static/css/custom.css</Source>
+    <Source>app/static/css/font-awesome.min.css</Source>
+    <Source>app/templates/base.html</Source>
+    <Source>app/templates/flash.html</Source>
+    <Source>app/templates/index.html</Source>
+    <Source>app/templates/login.html</Source>
+    <Source>app/templates/menu.html</Source>
+    <Source>app/templates/register.html</Source>
+    <Source>app/templates/user.html</Source>
+    <Source>app/views.py</Source>
+    <Source>config.py</Source>
+    <Source>db_create.py</Source>
+    <Source>db_downgrade.py</Source>
+    <Source>db_migrate.py</Source>
+    <Source>db_upgrade.py</Source>
+    <Source>run.py</Source>
+  </Sources>
   <Forms/>
   <Translations/>
   <Resources/>
   <Interfaces/>
-  <Others>
-    <Other></Other>
-    <Other>.gitignore</Other>
-  </Others>
+  <Others/>
   <Vcs>
     <VcsType>Git</VcsType>
     <VcsOptions>
     </VcsOptions>
   </Vcs>
   <FiletypeAssociations>
+    <FiletypeAssociation pattern="*.css" type="SOURCES"/>
     <FiletypeAssociation pattern="*.e4p" type="OTHERS"/>
+    <FiletypeAssociation pattern="*.html" type="SOURCES"/>
     <FiletypeAssociation pattern="*.idl" type="INTERFACES"/>
+    <FiletypeAssociation pattern="*.js" type="SOURCES"/>
     <FiletypeAssociation pattern="*.md" type="OTHERS"/>
     <FiletypeAssociation pattern="*.py" type="SOURCES"/>
     <FiletypeAssociation pattern="*.py3" type="SOURCES"/>
This page took 0.029838 seconds and 5 git commands to generate.