https://github.com/ahmnouira/django_template
Template starter for my Django projects.
https://github.com/ahmnouira/django_template
django django-project django-rest-framework django-template
Last synced: 8 months ago
JSON representation
Template starter for my Django projects.
- Host: GitHub
- URL: https://github.com/ahmnouira/django_template
- Owner: ahmnouira
- Created: 2023-03-19T06:26:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T16:44:47.000Z (over 1 year ago)
- Last Synced: 2025-01-08T14:18:26.392Z (9 months ago)
- Topics: django, django-project, django-rest-framework, django-template
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django_template

Template starter for my Django projects.
## Users
| Email | Password | Role |
| ----------------------- | ---------- | --------- |
| | 123456 | **Admin** |## Running the development server with HTTPS
```sh
python manage.py runserver_plus --cert-file cert.crt
```