Py.Cafe

maartenbreddels/

django-start-template

Django Web Application on PyCafe

DocsPricing
  • app.py
  • requirements.txt
app.py
1
2
3
4
5
6
7
# pycafe wants an asgi object in app.py:app
from mysite.asgi import application as app

# replace once ... is released
import django_patch

django_patch.py
1
Could not load content