Skip to content

kussumma/django_pettycash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django PettyCash


last commit count commit star forks issues python django


SCR-20230201-du8


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 src

copy and set env value

cp src/django_pettycash/.env.example src/django_pettycash/.env

migrate database

python manage.py migrate

load sample data

python manage.py loaddata */fixtures/*.json 

run app

python manage.py runserver

open localhost:8000 and you should see the login form