Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 977 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 977 Bytes

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 [email protected]: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