Current features:
- CRUD
- Ajax
- Basic Analytics
- Basic and Google Auth
- Async Notification
- Media file with mongodb gridfs
How to install:
run poetry and activate it shell
poetry install && poetry shell && cd srccopy and set env value
cp src/django_pettycash/.env.example src/django_pettycash/.envmigrate database
python manage.py migrateload sample data
python manage.py loaddata */fixtures/*.json run app
python manage.py runserveropen localhost:8000 and you should see the login form

