Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ Pipfile
react_django/django-src/build
react_django/django-src/staticfiles


src/Next/\.next/
4 changes: 2 additions & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release: python react_django/django-src/manage.py migrate
web: gunicorn --pythonpath react_django/django-src django-src.wsgi
release: python src/django/manage.py migrate
web: gunicorn --pythonpath src/django django-src.wsgi
Loading