Skip to content
/ todolist Public

Django-based TODO-app created during the video [Python Django Tutorial - Build A Todo App](https://www.youtube.com/watch?v=2yXfUPwlZTw)

Notifications You must be signed in to change notification settings

osya/todolist

Repository files navigation

README

Introduction

Build Status Coverage Status

Django-based TODO-app created during the video Python Django Tutorial - Build A Todo App

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/todolist
    cd todolist
    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