17 lines
323 B
Markdown
17 lines
323 B
Markdown
# BTech Time Tracker
|
|
|
|
### Getting started
|
|
|
|
Requirements
|
|
|
|
- install pipenv and run `pipenv install` to install dependencies
|
|
- run `pipenv shell` to activate the virtual environment
|
|
|
|
Django
|
|
|
|
- `python manage.py makemigrations`
|
|
- `python manage.py migrate`
|
|
- `python manage.py createsuperuser`
|
|
- `python manage.py runserver`
|
|
|