| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
Adds an explicit setting for static builds instead of relying on the
environment variable.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
| |
Dynamically adds static HTML redirects for static builds.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
| |
Adds configuration which specifies how routes should be handled when
building a static preview.
|
|\ |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
In more detail:
- Use Django URL namespaces (e.g. `api:bot:infractions`) instead of
`django_hosts` host argument.
- Update the hosts file setup documentation to remove subdomain entries.
- Update the hosts file setup documentation to mention that the entry of
`pythondiscord.local` is not required and mainly for convenience.
- Rename the `APISubdomainTestCase` to the more fitting
`AuthenticatedAPITestCase`, as authentication is all that is left that the
class is doing.
- Drop dependency to `django_hosts`.
|
| |
|
|
|