Skip to content

willjw3/kanri-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanri Logo

KANRI

A project management tool prototype


Kanri Screenshot



Built with
Django Tag Python Tag JavaScript Tag PostgreSQL HTML5 Tag CSS3 Tag

Live Demo

Kanri

Run Locally

  1. Clone the repository
    git clone https://github.com/willjw3/kanri-django.git my-app
  2. Move into the new directory (called my-app in this case; call it what you like)
    cd my-app
  3. Install the dependencies (remove dependencies you don't need from the requirements.txt file)
    pip install -r requirements.txt
  4. Run python manage.py makemigrations and python manage.py migrate
  5. Create a super user
    python manage.py createsuperuser
  6. Run the web server python manage.py runserver