You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a simple script that will be installed alongside with package and can create an empty project with file structure like that:
Procfile
app.py
local_settings.py
----probably (optionally?)---
heroku related stuff.
uwsgi related stuff.
.hgignore
.gitignore
plugins/demo_plugin.py
It should be described in docs as well.
Basically we need super simple analog of django-admin.py or scrapy.py so newcomers can easily start playing with the system.
The text was updated successfully, but these errors were encountered:
We need a simple script that will be installed alongside with package and can create an empty project with file structure like that:
Procfile
app.py
local_settings.py
----probably (optionally?)---
heroku related stuff.
uwsgi related stuff.
.hgignore
.gitignore
plugins/demo_plugin.py
It should be described in docs as well.
Basically we need super simple analog of django-admin.py or scrapy.py so newcomers can easily start playing with the system.
The text was updated successfully, but these errors were encountered: