Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.53 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.53 KB

pipelining-pycon-talk

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

Build Status Heroku App Status PyPI version


Installation

Installation can be done from Test PyPi

pip install --index-url https://test.pypi.org/simple/ pycon-ng2019 

Development

  • 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

Usage

For cli demo

  import pycon
  pycon.demo()

CLI Image

Django App

  • Add pycon to installed_apps
  • Add path('', include('pycon.urls')) to urls file

Django Image Pycon-NG page should be available in http://localhost:8000/pycon