项目作者: rikkt0r

项目描述 :
First project using Django
高级语言: JavaScript
项目地址: git://github.com/rikkt0r/django-organiser.git
创建时间: 2017-11-20T03:45:14Z
项目社区:https://github.com/rikkt0r/django-organiser

开源协议:MIT License

下载


My 100% typical and standard CRUD app

Well.. my first django project, 2014/2015, left as-is,
everyone creates task magagement app, right?

What gives

  • Simple system for managing daily tasks (bonus: map view).
  • Django, Leaflet, DataTables, MetroUI.
  • No user tracking.
  • Ajax avoided like fire. No real reason. Just wanted it to work this way.

Screenshots

Screenshot 1
Screenshot 2

Url structure

  1. ├── /
  2. ├── /info
  3. ├── /
  4. ├── about
  5. ├── agreement
  6. ├── support
  7. ├── faq
  8. ├── /user
  9. └── /<str: username>
  10. ├── /users
  11. ├── /
  12. ├── /logout
  13. ├── /login
  14. ├── /settings
  15. └── /passwd
  16. └── /tasks
  17. ├── /
  18. ├── /history/ not implemented yet.
  19. ├── /map
  20. ├── /new
  21. ├── /<int: task_id>/
  22. └── /<int: task_id>/edit/