Skip to content

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)

Notifications You must be signed in to change notification settings

osya/survivalguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5411638 · Apr 7, 2018
Feb 23, 2018
Feb 19, 2018
Feb 28, 2018
Apr 7, 2018
Feb 23, 2018
Nov 17, 2017
Feb 20, 2018
Mar 10, 2018
Jul 20, 2017
Mar 10, 2018
Mar 10, 2018
Oct 24, 2017
Aug 29, 2017
Feb 20, 2018
Mar 10, 2018
Mar 10, 2018

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