Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anze3db/goals
Personal goal tracking Django app
https://github.com/anze3db/goals
Last synced: 7 days ago
JSON representation
Personal goal tracking Django app
- Host: GitHub
- URL: https://github.com/anze3db/goals
- Owner: anze3db
- Created: 2021-09-07T00:35:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T08:03:45.000Z (26 days ago)
- Last Synced: 2024-12-01T09:20:05.266Z (26 days ago)
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goals 🎯
A site for tracking yearly goals
## Dev set up
Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
```
cp .env.example .env```
```
uv run python manage.py createsuperuser
uv run python manage.py collectstatic
uv run python manage.py runserver
uv run ptw
```