-
I am pretty new to Django and I am therefore following this official tutorial [here](https://docs.djangoproject.com/en/3.2/intro/tutorial02/). But instead of using Sqlite I'd like to use an MSSQL back…
-
Hi @carltongibson @bittermandel
I've pushed an initial commit based upon the pull request to django-crispy-forms master from last week. It's not much more than a POC at the moment, with the current…
-
As a **site visitor**, I can **register on the site** so that **I can access the site services**
-
I am using django 1.9 trying to login with email by the help of a rest client (non-browser, so no cookies) for sending this credentials as post to `/rest-auth/login/`
```
{
"email" : "whatever@wo…
-
Hi,
Came across your repo while searching for the okta saml integration with Django.
Can you please let me know if the integration worked for you then.
I know its been a while that you worked on t…
-
### Overview
We need to create a guide to making a Landing page with mailing list so that projects can have a place to part their domain name and gather interest in the project, so that they launch t…
-
When using the template literals of Javascript, spaces after variable are removed after compression, for example
`` `${example} lorem ipsum` `` becomes `` `${example}lorem ipsum` ``
-
Django 1.11
DAL works well when dislalying data from a model within the same app; however, I cannot get it work when used in another app in the same project.
`urls.py` (research app):
```
…
-
Hi there,
Thanks for making this ( i was the one who asked you the question in the forum )
```ts
//vite.config.js
import { defineConfig } from 'vite'
import djangoVite from 'django-vite-plu…
-
I realize this topic has been brought up before, but theres not really a solid solution in the docs or anywhere else.
From the FAQ in the docs regarding registration:
> You should override this vi…