meloket / caripurs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Project Dashboard build in Django 2.1

This is Simple Project Dashboard application build using django that I have created for less than 24 hours.

If you interest to run this project, you can follow this instructions

  1. Clone this repository
    • git clone git@github.com:arrosid/simple-project-dashboard-django.git
    • cd simple-project-dashboard-django
  2. Create virtual environtment and install requirements python modules
    • virtualenv -p python3 env
    • source env/bin/activate
    • pip install -r requirements.txt
  3. Create django user & run the project
    • python manage.py createsuperuser
    • python manage.py runserver
  4. Now your Simple Project Dashboard application is ready to use! navigate to localhost:8000/task_list

About

License:MIT License


Languages

Language:JavaScript 59.1%Language:CSS 30.1%Language:SCSS 10.3%Language:Less 0.3%Language:Python 0.1%Language:HTML 0.0%