Skip to main content

Welcome to Pycon Nigeria 2019

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycon-ng2019-1.0.0.tar.gz (5.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page