Prototype implementation
This commit is contained in:
parent
315143a6fc
commit
14b0bc6d01
160 changed files with 5731 additions and 42 deletions
6
.env.example
Normal file
6
.env.example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
DATABASE_URL=postgres://vergabe:vergabe@localhost:5432/vergabe_db
|
||||
SECRET_KEY=change-me-in-production
|
||||
DEBUG=True
|
||||
ALLOWED_HOSTS=localhost,127.0.0.1
|
||||
MEDIA_ROOT=media/
|
||||
MAX_UPLOAD_SIZE=52428800
|
||||
Loading…
Add table
Add a link
Reference in a new issue