8000 GitHub - osya/survivalguide: Django-based app created during the video [Kenneth Love: Getting Started with Django, a crash course - PyCon 2014](https://www.youtube.com/watch?v=KZHXjGP71kQ)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

osya/survivalguide

Repository files navigation

README

Introduction

Build Status Coverage Status

Django-based app created during the video Kenneth Love: Getting Started with Django, a crash course - PyCon 2014

Used technologies:

  • Python & Django
  • Testing: Selenium & Headless Chrome & Factory Boy
  • Assets management: NPM & Webpack
  • Travis CI
  • Deployed at Heroku

Installation

    git clone https://github.com/osya/survivalguide
    cd survivalguide
    pip install -r requirements.txt
    npm install
    npm run build
    python manage.py collectstatic
    python manage.py runserver

Usage

Tests

To run all tests, run

    python manage.py test

Releases

No releases published

Packages

No packages published
0