Website Blog App.
- Django
- Pillow
- Clone the repository.
git clone https://github.com/ProtexCreative/Website-Blog cd Website-Blog- Create a Virtual Environment.
py -m venv web_env - Activate Virtual Environment.
.\web_env\Scripts\activate - Install Required Packages.
pip install -r requirements.txt cd web_app- Run Server.
python manage.py runserver - Visit http://127.0.0.1:8000/ on your browser.
Made with ❤️ by Protex Creative.