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
- Clone this repository
- git clone [email protected]:arrosid/simple-project-dashboard-django.git
- cd simple-project-dashboard-django
- Create virtual environtment and install requirements python modules
- virtualenv -p python3 env
- source env/bin/activate
- pip install -r requirements.txt
- Create django user & run the project
- python manage.py createsuperuser
- python manage.py runserver
- Now your Simple Project Dashboard application is ready to use! navigate to localhost:8000/task_list