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.9.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.9.tar.gz.
File metadata
- Download URL: ashlar_saas-0.1.9.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 |
500c6afe780b34804243afe375f88c3686e8cb367b705d1cf115470709456dff
|
|
| MD5 |
53f865d5c7c5418a1698b9192af053e7
|
|
| BLAKE2b-256 |
92597b6fb433cc8edf49fa2b006ccc7d23387cc7981d9c72dd2ec31e58fa9196
|
File details
Details for the file ashlar_saas-0.1.9-py3-none-any.whl.
File metadata
- Download URL: ashlar_saas-0.1.9-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 |
b720f47e0953437ebd5cdc74c2c8db5430934cd138fa0c350dd192b8444c6bab
|
|
| MD5 |
a94d8e72854fa13677bfa1ce9f7422dc
|
|
| BLAKE2b-256 |
a2ea49f31ab578cb91c7d4d8563a58d5fabfe1dd783463c12b609b61c6038b17
|