A simple diary system with account books.
- Python 3
- Django 1.11
- More in requirements.txt
- Set and Activate a virtual environment by
virtualenv
orconda
- Clone this project and Enter the directory
- Install necessary library:
pip install -r requirements.txt
- Run server:
python manage.py runserver
...... Then you can do what you want to do.