A story writing site with the Django framework - work with python 3 and django 2.1.5
$ git clone https://github.com/kiahamedi/medadfeshari.git
$ pip3 install requirements.txt
$ cd medadfeshari/
$ cd mysite/
$ mv settings.py.sample settings.py
$ cd ..
$ python3 manage.py runserver
This site is online on domain : http://medadfeshari.ir
If you need chatroom, see this repository : https://github.com/kiahamedi/node-chat-app
1-Fork it!
2-Create your feature branch: git checkout -b my-new-feature
3-Commit your changes: git commit -am 'Add some feature'
4-Push to the branch: git push origin my-new-feature
5-Submit a pull request