Some ready to use django apps.
- Remember to add the apps to INSTALLED_APPS and make migrations when necessary.
pip install django-dotenv
manage.py
# ...
if __name__ == "__main__":
dotenv.read_dotenv()
Make a .env
file from the provided .env-sample
.
Add a page to the admin, that can be used to add easily some controles to the admin.
Everything that is needed to deploy with docker docker-compose
Minimalist user model with a proper admin model.
Authentication system based on django-allauth
Authentication ready to use out of the box for any SPA, it includes verifications via emails and some 'classic' views needed to handle this.
Authentication ready for both Django classic and DRF, works really good, but no social auth. It is the best solution here (better than _auth and _auth_api).
A ready to go CDN app, for the admin.
Add and serve static sites instantly throught this app's interface.