This workshop was held during a NeverCodeAlone Workshop.
We had lots of fun and we donated for a good cause. The Mitmachkinder received 400 € from all participants. You are awesome! ❤️
-
Clone it:
git clone git@github.com:cmg-dev/django2-workshop
-
Install the dependencies:
pip install -r requirements.txt
(The use of virtualenv is recommended)
-
Go to the SampleDjangoApp:
cd SampleDjangoApp/
-
Start the server:
python manage.py runserver
-
Navigate to the site:
Open a browser and navigate to:
http://localhost:8000
.An interesting route to visit should is:
http://localhost:8000/solve
-
Navigate to
docs/
. -
Start a local webserver:
python -m SimpleHTTPServer
- for example. -
Navigate to
localhost:8000
in a browser of you choice.
Contact me or open an issue here.