Skip to content

A simple forum site built with Django and a little bit of HTMX.

Notifications You must be signed in to change notification settings

RikuPutkinen/django-forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Forum

A simple forum site built with Django and a little bit of HTMX.

Screenshots

A screenshot of the home page

A screenshot of the board page

A screenshot of the post page

Installation

git clone [email protected]:RikuPutkinen/django-forum.git
cd django-forum/
python3.11 -m venv .venv
source .venv/bin/activate
python3.11 -m pip install -r requirements.txt 
python3.11 mainsite/manage.py migrate
python3.11 mainsite/manage.py createsuperuser

# Input the credentials for the admin user here

python3.11 mainsite/manage.py runserver

After this login to the admin page (eg. http://127.0.0.1:8000/admin) and create the boards.

About

A simple forum site built with Django and a little bit of HTMX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published