Skip to content

RaphaelApeh/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PostGird

A blog application with django and nanodjango

Get Started 🎯

  • Create a virtual environment πŸ“
#using uv
uv venv venv
# venv
python -m venv venv
  • Install the dependencies πŸ› 
# using uv 
uv run pip install -r requirements.txt
  • Setting env. βš™
DJANGO_SECRET_KEY=""
DJANGO_DEBUG=True

Working dir πŸ“‚

cd src/

Migrate πŸš΄β€β™‚οΈ

uv run nanodjango run app.py

Runserver πŸš€

uv run nanodjango manage app.py runserver

Clone the repository πŸ“Œ

git clone https://github.com/RaphaelApeh/blog.git

About

A miniature blog 🎯 website with django in a single file πŸ—ƒοΈ

Topics

Resources

Stars

Watchers

Forks