Skip to content

Danielk84/django-sample-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django sample web

This is a simple project for creating article and publishing them and is based on Django.

The user_panel is an application for users to create their own articles and images and events. on this app there is simple status panel for admins. they can manage publication status of user posts or events and see their activity.

The blog is an application for seeing all public posts and events.

Usage

first we need to installing packages

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt 

for running

python manage.py runserver

for testing

python manage.py test

Built with

  • python -> 3.12
  • django -> 5.1
  • sqlite3
  • html

Developer

About

a simple website base on django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published