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

https://github.com/andywar65/starter-fullstack

Starter Django project with allauth and HTMX
https://github.com/andywar65/starter-fullstack

allauth django htmx

Last synced: 5 months ago
JSON representation

Starter Django project with allauth and HTMX

Awesome Lists containing this project

README

          

# starter-fullstack
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/andywar65/starter-fullstack/main.svg)](https://results.pre-commit.ci/latest/github/andywar65/starter-fullstack/main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
## Intro
It was supposed to be a fullstack Django+Vue starter project, but in the
meanwhile I discovered HTMX so it's just a Django 4.2 starter project.
Features a custom User and django-allauth authentication with Google provider.
Content management with FlatPage, HomePage and Article models.