This repo contains the source code of the demos of the talk on End to End Workflows
presented at Pycon Nigeria 2019
View the Powerpoint presentation
Installation can be done from Test PyPi
pip install --index-url https://test.pypi.org/simple/ pycon-ng2019
- Install Development dependencies. Update the settings in the manage.py file to
django.settings.common
# install Dev dependencies
pip install -r dev-requirements.txt
- Start Server
python manage.py runserver
import pycon
pycon.demo()
- Add
pycon
toinstalled_apps
- Add
path('', include('pycon.urls'))
to urls file
Pycon-NG page should be available in http://localhost:8000/pycon