All Projects → dimkoug → tododjangoccb

dimkoug / tododjangoccb

Licence: other
A todo application with django web framework with class based views and ajax modal crud

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tododjangoccb

Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+4256.25%)
Mutual labels:  todo, class
jaxon-core
The Jaxon core library
Stars: ✭ 53 (+65.63%)
Mutual labels:  ajax
nstate
A simple but powerful react state management library with low mind burden
Stars: ✭ 11 (-65.62%)
Mutual labels:  class
AjaxHandler
ASimple PHP Class to help handling Ajax Requests easily
Stars: ✭ 30 (-6.25%)
Mutual labels:  ajax
lightings
A lightweight Ajax Library
Stars: ✭ 20 (-37.5%)
Mutual labels:  ajax
sekoliko
Sekoliko | MySchool | MonEcole : School management Software.
Stars: ✭ 39 (+21.88%)
Mutual labels:  ajax
AMS
Attendance management system made my me, which I use for taking attendance.
Stars: ✭ 13 (-59.37%)
Mutual labels:  ajax
jquery-scrollwatch
jQuery plugin for determining active sections on the page based on scrolling
Stars: ✭ 18 (-43.75%)
Mutual labels:  class
js-class-is
Enhances a JavaScript class by adding an is<Class> property to compare types between realms.
Stars: ✭ 17 (-46.87%)
Mutual labels:  class
laravel-counters
Counters Management for laravel project.
Stars: ✭ 43 (+34.38%)
Mutual labels:  views
vscode-markdown-todo
Manage todo lists inside markdown files with ease.
Stars: ✭ 21 (-34.37%)
Mutual labels:  todo
rack-component
Handle HTTP requests with modular, React-style components, in any Rack app
Stars: ✭ 68 (+112.5%)
Mutual labels:  views
taskw-dart
Taskwarrior-inspired mobile todo app
Stars: ✭ 58 (+81.25%)
Mutual labels:  todo
Willow
The Web Interaction Library that eases the burden of creating AJAX-based web applications
Stars: ✭ 41 (+28.13%)
Mutual labels:  ajax
simple-page-ordering
Order your pages and other hierarchical post types with simple drag and drop right from the standard page list.
Stars: ✭ 88 (+175%)
Mutual labels:  ajax
ajax
Ajax wrapper for nim js backend
Stars: ✭ 18 (-43.75%)
Mutual labels:  ajax
java-class-tools
Read and write java class files in Node.js or in the browser.
Stars: ✭ 27 (-15.62%)
Mutual labels:  class
NamingThings
Content on tips, tricks, advice, practices for naming things in in software/technology
Stars: ✭ 31 (-3.12%)
Mutual labels:  class
cpms-php
使用thinkPHP5.0开发的后台简洁管理系统脚手架,cpms-php是采用TP5.0开发的一个简单的后台脚手架管理系统(包括前台展示和后台管理部分)。主要模块有:用户登入验证、后台管理员增删改查、文章发布、RBAC权限管理、socketIO在线即时聊天
Stars: ✭ 20 (-37.5%)
Mutual labels:  ajax
vscode-projects-plus-todo-plus
Bird's-eye view over your projects, view all your todo files aggregated into one.
Stars: ✭ 25 (-21.87%)
Mutual labels:  todo

Django todo application with ajax modal popup and class based views

Quick start

  1. Clone repo like this:

    git clone  https://github.com/dimkoug/tododjangoccb.git
    
  2. Create a virtualenv:

    python3 -m venv virtualenv
    
  3. Activate virtualenv

  4. Install packages from requirements.txt file

  5. Create settings_local.py with settings from settings_local_sample.py

  6. Run python manage.py migrate

  7. Start the development server and visit http://127.0.0.1:8000/todo/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].