https://github.com/liuderchi/todo-list-angular-django
Simple CRUD todo list powered by AngularJS and Django
https://github.com/liuderchi/todo-list-angular-django
angular crud-application django todolist
Last synced: 3 months ago
JSON representation
Simple CRUD todo list powered by AngularJS and Django
- Host: GitHub
- URL: https://github.com/liuderchi/todo-list-angular-django
- Owner: liuderchi
- Created: 2016-03-24T10:10:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T13:45:30.000Z (about 10 years ago)
- Last Synced: 2025-02-14T22:23:36.465Z (over 1 year ago)
- Topics: angular, crud-application, django, todolist
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-list-angular-django
to-do-list app powered by AngularJS, Django, and Angular-ui
modified from [Django tutorial 1.7](https://docs.djangoproject.com/en/1.7/intro/tutorial01/)
## Environment
* Ubuntu 14, x64
* Django 1.7 (Currently latest: 1.9)
* Angular 1.5.0
## Run
* `$ cp db.sqlite3.example db.sqlite3 # copy example db file`
* `$ python manage.py runserver http://localhost:8888`