An open API service indexing awesome lists of open source software.

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 :)

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