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.7.tar.gz
(15.3 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.7.tar.gz.
File metadata
- Download URL: ashlar_saas-0.1.7.tar.gz
- Upload date:
- Size: 15.3 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 |
7725cdb0eec7227d603679807d4c124b862492c1e68e9d5662139eb9845ae5e2
|
|
| MD5 |
afc49b5bb5ca6e396551d17e5a386d0a
|
|
| BLAKE2b-256 |
74c2991b994d6e1f669d0c23d15707fac925f81d39c84de50086c392d91c05f1
|
File details
Details for the file ashlar_saas-0.1.7-py3-none-any.whl.
File metadata
- Download URL: ashlar_saas-0.1.7-py3-none-any.whl
- Upload date:
- Size: 22.0 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 |
8af0d6fddee7343e8b6c59992e8ebe33e28330251165f039cc6e0539aaa5d14b
|
|
| MD5 |
52f7b874e2522c4789dc43bb2e28f88f
|
|
| BLAKE2b-256 |
b870b7e5ff4618252daa7436d9358d0072690d41e6a6c92c0a3cb9814c7a47bf
|