This is a simple blog web app using Django. (Use python3 in the commands if you are having pyhton3 or use your virtual environment path !)
This can be deployed on any web hosting platform.
In order to post the blog, one needs to be the admin. Visitors can only see the blog. So here is how to post blog:
- Head to <url.com>/admin
- username: admin password: djangoisawesome
- Go to "blog post"
- Add any blog or modify or delete.
To change the password of the admin, follow these command
- Go to "writeout" directory.
- >>python manage.py changepassword admin
This will ask for the new password. So, use a strong password.
I will be slowly upgrading this project.