SkillAgentSearch skills...

DjangoBlogLive

This is a blog project inspired on instagram, based on the Python framework Django, with a Postgres DB managed by AWS RDS, the statics and the media files are being served from AWS S3. ( Already deployed to Heroku at: https://django-blog-server.herokuapp.com/ )

Install / Use

/learn @NorberMV/DjangoBlogLive
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

Blog_app

This is a blog app Instagram Clone project based on the Python framework Django, with a Postgres DB managed by AWS RDS, the statics and the media files are being served from AWS S3. You can see live on Heroku at: https://django-blog-server.herokuapp.com/

Pictures

<img src="https://github.com/NorberMV/DjangoBlogLive/blob/master/repo_pics/picBlog.gif" width="600">

Usage

# To run locally
# Create the virtual Environment and install the dependencies
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt

# Make the migrations
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

License

MIT

Author: Norberto Moreno | 2020

Related Skills

View on GitHub
GitHub Stars5
CategoryOperations
Updated3mo ago
Forks0

Languages

Python

Security Score

72/100

Audited on Dec 30, 2025

No findings