Skip to content

ArRosid/simple-project-dashboard-django

Repository files navigation

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

About

Simple Project Dashboard Application using Django 2.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published