# Ensure you have Python 3.6.5
python --version
clone this repo
cd django-exercise
virtualenv -p python3 virt_env3
source virt_env3/bin/activate
pip install -r requirnments.txt
cd employee_project/
python manage.py migrate
# Create admin user and password
python manage.py createsuperuser
python manage.py runserver
# Create new Employee, Project and Expense using admin console
http://127.0.0.1:8000/admin/
# Browse the app and api
http://127.0.0.1:8000/employee/
http://127.0.0.1:8000/employee/new/
http://127.0.0.1:8000/employee/1/
http://127.0.0.1:8000/expense/api/expense/
-
Notifications
You must be signed in to change notification settings - Fork 0
yogeshsr/django_exercise
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