Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NotificationsYou must be signed in to change notification settings

osya/todolist

Repository files navigation

Introduction

Build StatusCoverage Status

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

Used technologies:

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

Installation

    git clone https://github.com/osya/todolistcd 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.pytest

[8]ページ先頭

©2009-2025 Movatter.jp