Skip to content

Web application built using Django to facilitate discussions in a forum-like environment.

Notifications You must be signed in to change notification settings

R0GUE-A5H/django-forum-community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My CRUD App

A Django-based web application for creating, reading, updating, and deleting posts and replies.

Overview

This project is a simple web application built using Django, a high-level Python web framework. It allows users to create, update, and manage posts and replies. The application includes a user-friendly interface for managing data, as well as an admin interface for managing the application's data.

Features

  • Create, read, update, and delete posts and replies
  • User-friendly interface for managing data
  • Admin interface for managing the application's data
  • Validation rules for user input

Technologies Used

  • Django 3.x
  • Python 3.x
  • HTML/CSS/JavaScript for frontend

Getting Started

Start the development server: python manage.py runserver

Usage

  • Open a web browser and navigate to http://localhost:8000
  • Create a new post by clicking the "Create Post" button
  • View and manage existing posts by clicking on the post title
  • Create a new reply by clicking the "Create Reply" button on a post page

Admin Interface

  1. Open a web browser and navigate to http://localhost:8000/admin
  2. Log in with the admin credentials (username: admin, password: password)
  3. Manage the application's data by clicking on the respective models (e.g. Posts, Replies)

License

None

Contributing

Contributions are welcome! Please submit a pull request with your changes.

About

Web application built using Django to facilitate discussions in a forum-like environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published