gavincapriola / django-blog

Building a Blog app with Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building a Blog app with Django

contributors forks stars issues

Make sure you have Python3 installed on your supported operating system.

sudo apt-get install python3
sudo apt install python3-pip

Unix/macOS                          Windows
python3 -m venv venv                py -m venv venv
source venv/bin/activate            .\venv\Scripts\activate

pip3 install -r requirements.txt    pip install -r requirements.txt
python3 manage.py makemigrations    py manage.py makemigrations
python3 manage.py migrate           py manage.py migrate
python3 manage.py runserver         py manage.py runserver

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐ if this project helped you!

About

Building a Blog app with Django


Languages

Language:Python 54.2%Language:HTML 42.1%Language:CSS 3.7%