https://github.com/mustafaakgul/personal-tracker
This repository contains something that can be tracked daily. Fun :)
https://github.com/mustafaakgul/personal-tracker
django iot python
Last synced: about 2 months ago
JSON representation
This repository contains something that can be tracked daily. Fun :)
- Host: GitHub
- URL: https://github.com/mustafaakgul/personal-tracker
- Owner: mustafaakgul
- License: mit
- Created: 2021-12-30T10:33:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T21:31:21.000Z (over 2 years ago)
- Last Synced: 2024-05-11T22:43:49.316Z (about 2 years ago)
- Topics: django, iot, python
- Language: HTML
- Homepage:
- Size: 16.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## This repository contains something that can be tracked daily.
### How to Run
* python3.12 -m venv venv
* source venv/bin/activate
* pip install -r requirements.txt
* python manage.py makemigrations
* python manage.py migrate
* python manage.py createsuperuser
* python manage.py runserver