This repository for an open source accounting software, Flower Apps. It is build as a simplified version of Tally ERP but simplified for Sole Traders. Feel free to contanct sarafraghav1@gmail.com in case of any queries.
- Create and activate Virtual Environment
- pip install -r requirements.txt
- Create a new django project, copy the secret code, delete the project
- Set SECRET_KEY to the new code
- python manage.py migrate
- Setup SMTP server in settings.py
- python manage.py runserver
A hosted version of this is available at https://flowerapps.io for now.