A quick way to set up a Django SaaS application with a custom User model
Project description
Ashlar-SaaS
A SaaS structure for Django
Usage
Add the user model to your settings:
AUTH_USER_MODEL = 'account.User'
Add this to your MIDDLEWARE, after django.contrib.auth.middleware.AuthenticationMiddleware:
[
'account.middleware.TenantMiddleware',
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ashlar_saas-0.1.8.tar.gz
(15.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ashlar_saas-0.1.8.tar.gz.
File metadata
- Download URL: ashlar_saas-0.1.8.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.22.1","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
075ada3132fc2841d05d7b284928e5524ea2e428f58b5460a095d8766e61483f
|
|
| MD5 |
c8f211639f56a88d3a8b2bbcd4724cca
|
|
| BLAKE2b-256 |
03cab9a7add5ec531a82d8b9a35a97206ead7597f33590d97584fe78f9bc61e4
|
File details
Details for the file ashlar_saas-0.1.8-py3-none-any.whl.
File metadata
- Download URL: ashlar_saas-0.1.8-py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.22.1","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a85e81b723257acae0f827a1f5d569add2622249c8c732953b4078dc1149427b
|
|
| MD5 |
6e6e98e0d718f350e83d7d21316b393b
|
|
| BLAKE2b-256 |
78b4b6572cedbd54280c0bd8e95691989964710a4dedcfb1765ddfe003639518
|