Blogging website created through Dango version 1.11 and Python version >= 3. Anyone can view public posts, but if you want to post or comment, you have to register.
Logged in users can create, draft, and publish posts. If they wish, users can also comment on public posts. The blog owner has permission to remove comments that they deem inappropriate.
The dependencies for this project are:
- Django version 1.11
- Argon2
- bcrypt
Python version >= 3
Install it with pip:
pip install Django==3.1
pip install bcrypt
pip install django[argon2]
An excellent question. The reason I created this app in version 1 was that I initially learned it for that version this summer. Moving to version 3.0 while learning Django in version 1.11 was a daunting task, so to test my knowledge, I created this website in the older version.
I am uncertain if I will update this app to version 3.0. I do have few updates in mind for this website, such as options window for customization, and due to university, I may not enough time.
Nonetheless, this may be the last app I will work on that supports Django version 1.11. In the near future, I will be releasing a Social Media website for Django 3.0 with much greater features and customization.
thank you,