addition of Stock app, model, templates, urls

This commit is contained in:
guillaume-renaud
2016-10-31 08:19:46 +01:00
parent fdfd7e7388
commit 33c7e7db9f
6 changed files with 52 additions and 4 deletions

View File

@ -59,6 +59,7 @@ INSTALLED_APPS = (
'sas',
'com',
'election',
'stock',
)
MIDDLEWARE_CLASSES = (