Skip to content
Snippets Groups Projects
Commit 8971d24b authored by Nils Steinger's avatar Nils Steinger Committed by Nadja Geisler
Browse files

Clarify instructions for development setup

parent 7b258762
No related branches found
No related tags found
1 merge request!65Clarify instructions for development setup
This commit is part of merge request !65. Comments created here will be created in the context of that merge request.
......@@ -60,10 +60,13 @@ Python requirements are listed in ``requirements.txt``. They can be installed wi
**Development Server**
To start the application for development use ``python manage.py runserver 0:8000`` from the root directory.
*Do not use this for deployment!*
In your browser, access ``http://127.0.0.1:8000/`` and continue from there.
To start the application for development, in the root directory,
1. activate virtualenv ``source venv/bin/activate``
1. start development server ``python manage.py runserver 0:8000``
1. In your browser, access ``http://127.0.0.1:8000/admin/`` and continue from there.
### Deployment Setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment