Blogcentral is a CMS application to manage users only where people can share ideas and discuss any topic. A place to share your thoughts and opinions on the topic at hand.
- Monolithic Architecture
- MVT(Model View Template)
- Backend - Django Framework
- Frontend - HTML, CSS, JavaScript
- Database - PostgreSQL
- Versioning - Git, Github
- Hosting - Pythonanywhere[http://www.pythonanywhere.com]
- Migrate Command
python manage.py makemigrations
python manage.py migrate
- Collect Static Files
python manage.py collectstatic
- Run Server
python manage.py runserver
python manage.py createsuperuser