Skip to content

bisohns/pipelining-pycon-talk

Repository files navigation

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

About

A talk on `End to End Workflows` presented at Pycon 2019

Resources

Stars

Watchers

Forks

Packages

No packages published