Skip to content

tomoyukikashiro/todomvc-django

Repository files navigation

todomvc-django

Build Status

This is a sample web app using 'django'. For creating sample app I used 'todomvc project' to understand how to create django web app. So this app is not MVC architecture.

I hope this will help learning django.

setup

This app use python 'v3.4.1'.

$ bower install
$ pip install -r requirements.txt
$ python manage.py migrate

run

$ python manage.py runserver

todo

  • model操作をmodelによせる
  • デバック方法
  • vimのide化
  • test

About

This is a sample web app using python django framework https://docs.djangoproject.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published