WriteMyDiary is a private, customizable, free online diary writing app.
Getting Started with the Project-
To get started with the project:
$ git clone https://github.com/srivallisb/WriteMyDiary.git
To install all dependencies, create a new virutalenv with your preferred plugin and do
$ pip install -r requirements.txt
To run the project, go to the root folder and run
$ python manage.py runserver
For exploring with a demo user -->
USERNAME- test
PASSWORD- test
Login with the above credentials.