Browse Source

Arranges structure into app dir

Jose Reyes 5 years ago
parent
commit
64d20dc193
5 changed files with 0 additions and 0 deletions
  1. 0
    0
      app/__init__.py
  2. 0
    0
      app/db.py
  3. 0
    0
      app/schema.sql
  4. 0
    0
      app/templates/base.html
  5. 0
    0
      app/templates/index.html

__init__.py → app/__init__.py View File


db.py → app/db.py View File


schema.sql → app/schema.sql View File


templates/base.html → app/templates/base.html View File


templates/index.html → app/templates/index.html View File