Skip to content

A dynamic django website template that you can pull and start from (frontend & backend)

License

Notifications You must be signed in to change notification settings

jeaunrg/django-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-template

A dynamic django website template that you can pull and start from (frontend & backend)

Contents

  • Account management (create, modify, delete, authorization, groups)
  • Post management and public posts feed (create, modify posts)
  • PDF creation with html template
  • Data download
  • Widgets (lookup tables, forms, embedding, collapsable menu for mobile, profile dropdown, sidebar, image cropping, light/dark mode button)
  • Animation (light/dark button, sidebar, profile photo)
  • Design

How to use

Clone this repository

git clone [email protected]:jeaunrg/django-template.git

Install python requirements

pip install -r ./requirements.txt

Launch the server

python ./mysite/manage.py runserver

if you want to reset presets before launching the server, use this command:

python ./mysite/manage.py runserver --reset

Access the application on chrome browser http://localhost:8000/

Default administration login

  • username: admin
  • password: admin

Requirements

  • Python 3.9.9
  • Django 4.0.1

About

A dynamic django website template that you can pull and start from (frontend & backend)

Resources

License

Stars

Watchers

Forks

Packages

No packages published