RikuPutkinen / django-forum

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.


Languages

Language:Python 59.9%Language:HTML 28.3%Language:CSS 11.9%