An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# django_template

![visitors](https://visitor-badge.glitch.me/badge?page_id=ahmnouira.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
```