Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-boards

A sample forum created using django

Overview

This is a sample forum created using django. It mostly follows the instructions detailed here only with more update to date django version.

Setup

  1. Setup a new python environment following instructions on python docs https://docs.python.org/3/tutorial/venv.html.
  2. Install the necessaries packages using pip install -r requirements.txt.
  3. Run python manage.py makemigrations to created the database (this will be a sqlite db)
  4. Once db has been created, run python manage.py runserver to start the server.

About

A blogging board created using django

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages