haldis/app
mcbloch d0863325a5
Restructuring the codebase!
But for real, it's a real shitstorm in there.
- Added context by making the init go through a function
  and not implicitly happen via imports
- Fixup all context and contextless function mixups
- splitup the models in sensible different files
- give the dump of view functions in views/__init__.py their own file
- add all routes via blueprints, not half of them
- move the slack notifications function and class to its own file,
    no idea what it was doing in a views file in the first place.
2019-08-28 03:46:04 +02:00
..
database add stefanos script 2019-08-22 19:44:07 +02:00
migrations squash database migrations, update model to be equal to the server 2019-04-02 18:03:14 +02:00
models Restructuring the codebase! 2019-08-28 03:46:04 +02:00
static Merge branch 'master' into feature/104/show-map-on-location-page 2019-05-31 17:15:40 +00:00
templates Restructuring the codebase! 2019-08-28 03:46:04 +02:00
views Restructuring the codebase! 2019-08-28 03:46:04 +02:00
admin.py Restructuring the codebase! 2019-08-28 03:46:04 +02:00
app.py Restructuring the codebase! 2019-08-28 03:46:04 +02:00
config.example.py Sample keys available now! 2018-03-20 10:55:31 +01:00
fatmodels.py add location name to browser title 2019-05-29 18:02:55 +02:00
forms.py Restructuring the codebase! 2019-08-28 03:46:04 +02:00
login.py Restructuring the codebase! 2019-08-28 03:46:04 +02:00
notification.py Restructuring the codebase! 2019-08-28 03:46:04 +02:00
passenger_wsgi.py Restructuring the codebase! 2019-08-28 03:46:04 +02:00
utils.py Restructuring the codebase! 2019-08-28 03:46:04 +02:00
zeus.py Restructuring the codebase! 2019-08-28 03:46:04 +02:00