A dynamic django website template that you can pull and start from (frontend & backend)
- 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
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
- Python 3.9.9
- Django 4.0.1