various small bugfixes; add cards list view
This commit is contained in:
parent
d5f8345581
commit
05a279fa3a
10 changed files with 264 additions and 23 deletions
|
|
@ -34,7 +34,7 @@ EXPOSE 8000
|
|||
|
||||
RUN python manage.py collectstatic --noinput
|
||||
|
||||
#RUN python manage.py createcachetable django_cache
|
||||
#RUN python manage.py loaddata seed/* && python manage.py createcachetable django_cache
|
||||
|
||||
# Use gunicorn on port 8000
|
||||
CMD ["gunicorn", "--bind", ":8000", "django_project.wsgi", "--timeout", "300"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue