This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
eo-django-project-template/README

17 lines
295 B
Plaintext

Project Name
============
To start do:
./manage.py migrate
./manage.py runserver
To use your own settings make the LOCAL_SETTINGS environment variable point to
a settings file that will be executed in the context of the project settings
module, at its end.
Settings
========
FIXME