Skip to content

pruzfolio/Django-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

C6 Forum Prototype

The C6 Forum is a prototype forum application built with Django. It allows users to create, view, and interact with forum posts. The application supports categories for posts, a comment section, and a like button that tracks the number of likes for each post.

Features

  • Create Forum Posts: Users can create new posts with titles, content, and assign them to categories.
  • View Posts: Users can view posts along with the number of likes, views, and creation time.
  • Like Posts: Users can like posts, and the application will track the number of likes for each post.
  • Categories: Posts are organized into categories for easier navigation.
  • Comment on Posts: Users can add comments on forum posts.

Technology Stack

  • Backend: Django (Python Web Framework)
  • Frontend: HTML, CSS (Internal styles)
  • URL Routing: Django URL routing for handling dynamic routes
  • Forms: Django forms for creating and submitting new forum posts

Installation

Prerequisites

  • Python 3.x
  • Django 5.1.x (or compatible version)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors