-
Need to install on your system:
- Python3.6
- Sqllite3
-
Create virtualenv and activate via using given command
- virtualenv -p python3.6 venv
- source venv/bin/activate
-
Install all necessary depandencies
- pip install -r requirment.txt
-
create new database name as "mydb"
-
Open taskman/app/app/settings.py file and change db credentials (according to your username/password)
-
Apply migrations using given Commands:
- python manage.py makemigrations
- python manage.py migrate
-
Run application
- python manage.py runserver
-
Hit on browser http://localhost:8000
-
Notifications
You must be signed in to change notification settings - Fork 0
vikas-git/LMS-Django
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published