-
The user schema asks for an avatar image for every user created the code to handle upload (using multer) and store it somewhere (cloudinary) is written but there is no default avatar image nor a field…
-
-
Register and login users. Backend table is already created
-
## http://illucent.info/contact/
ImproperlyConfigured at /contact/
Form not registered in FEEDBACK_FORMS
though settings.py has
FEEDBACK_FORMS = {
'default': 'feedback.forms.FeedbackForm',
…
ghost updated
12 years ago
-
moizk updated
11 years ago
-
Register form to insert the following informations:
- [x] email (also used as username)
- [x] password
- [x] password check
- [x] name
- [x] prename
- [x] ort
- [x] plz
- [x] a…
-
Since uvcorn has no [default concurrency limit](https://www.uvicorn.org/server-behavior/#resource-limits) and since the business flow is designed such that all users will hit `/register`at roughly the…
-
how do I login if I can't register?
ghost updated
2 years ago
-
-