Skip to content

thibaudcolas/my-first-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Girls tutorial blog

This site is the end result of the Django Girls tutorial.

Dependencies:

  • Python 3.12
  • Django 3.2

To get this project up and running,

git clone git@github.com:thibaudcolas/my-first-blog.git
cd my-first-blog
python -m venv myvenv
source myvenv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published