Skip to content

This project is for python course in Kateb university in Kabul

Notifications You must be signed in to change notification settings

roohix/Task_Management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Task_Management

This project is for python course in Kateb university in Kabul

Step of installation :

1- clone the project In terminal :

git clone https://github.com/mohammadahmadi1395/Task_Management.git

2- install requirements Terminal

pip3 install virtualenv
virtualenv .venv
pip3 install django

3- run django

cd tasksite
python3 manage.py runserver

admin area :

http://127.0.0.1:8000/admin/
username : admin
password : admin

enjoy !

About

This project is for python course in Kateb university in Kabul

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • HTML 2.6%