This is a project made to keep a track of transactions for the purpose of learning django.
Demo Link: http://nebulaanish.pythonanywhere.com/
Test Account=> username: user / password: user12345
To use same version of tools as were used during development please setup your virtual environment with the settings in requirements.txt to make sure things don't break with a different version.
- $ pip install -r requirements.txt
- clone the repository in your local device
- Head towards the particular project folder
- navigate to the folder containing manage.py for that project
- $ python manage.py runserver
- navigate to localhost:8000