forked from DGNum/gestioCOF
New 'events' app, first model
The objective is to move (at some point) all the management logic in this app. Before that time: as long as the events app does not have all the features necessary to be used in production it is only available in dev mode and coexists with the old event system. When it's ready we'll move the old events in the new app (data migration) and remove the old system.
This commit is contained in:
parent
ef97afd86c
commit
34e552f760
8 changed files with 111 additions and 0 deletions
|
@ -15,6 +15,10 @@ DEBUG = True
|
|||
if TESTING:
|
||||
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]
|
||||
|
||||
# Only in development mode as long as the events app is not
|
||||
# ready for production
|
||||
INSTALLED_APPS += ["events"]
|
||||
|
||||
|
||||
# ---
|
||||
# Apache static/media config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue