https://github.com/brianruizy/django-blog
Full-fledged CRUD blog webapp using Python and Django web framework.
https://github.com/brianruizy/django-blog
Last synced: about 16 hours ago
JSON representation
Full-fledged CRUD blog webapp using Python and Django web framework.
- Host: GitHub
- URL: https://github.com/brianruizy/django-blog
- Owner: BrianRuizy
- Created: 2019-09-05T05:28:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T04:07:23.000Z (almost 6 years ago)
- Last Synced: 2025-10-06T07:56:21.245Z (about 16 hours ago)
- Language: Python
- Homepage:
- Size: 25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Django WebApp Blog
Full-fledged CRUD blog webapp using Python and Django web framework.
## Features
* User registration / login system
* User profiles
* Administrative page
* Dynamic HTML templates
* Pagination## Dependencies
Frameworks and technologies include...
- [x] [Django](https://www.djangoproject.com/) Framework.
- [x] AWS [S3](https://aws.amazon.com/s3/) Backend.
- [x] [Heroku](https://www.heroku.com/) deployment.
- [x] Django [Crispy Forms](https://django-crispy-forms.readthedocs.io/en/latest/) styling.------
##### ©[Brian Ruiz](https://github.com/BrianRuizy)