Skip to content

kybrdbnd/django-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Project Colaborar

Project Colaborar is the project mamagement web application for your organization. This web application will help the project managers to manage the engineers for the project. The project manager can create as many projects as he wants and invite as many engineers, same engineer can also work in different projects. The engineer or project manager can make queues(task to be done) which can be picked by any other engineer or by themselves. Stay Tuned for more info.....


Project Setup

  1. Setup the virtual environment for the project (Make sure that the python path is set for Python3).
  2. Install the requirements pip install -r requirements.txt
  3. Setup the database (PostgreSQL) with database name="django_todo", user="django_todo_user" and password="demo1234"
  4. Generate the migrations python manage.py makemigrations todo
  5. Run the migrations python manage.py migrate
  6. Create SuperUser python manage.py createsuperuser
  7. Run the server python manage.py runserver

Note

If you any problem in running the project, feel free to drop a mail at pranav@codingmart.com

About

Project Colaborar: Django Todo list made with angularjs and materialize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published