Skip to content

seriadiallo/django-postgres-docker

Repository files navigation

BLOG PROJECT

Build blog project with django for students

Get started

0. Clone project

git clone [email protected]:seriadiallo/blog-100techleaders.git

1. Create and Activate virtuelenv

python3.12 -m venv venv

source venv/bin/activate # for lunix / mac

venv\Scripts\activate # for windows

2. Install dependancies

pip install -r requirements.txt

4 create an settings.ini file

based on the settings.ini.example, create a file settings.ini then ajust the values

4. Run server

python manage.py runserver

Open http://localhost:8000 on your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published