Merge branch 'feature/registration' of https://gitlab.informatics.ru/2020-2021/online/s101/group-02/access_controller into feature/registration
# Conflicts: # main/views.py
This commit is contained in:
commit
e5964f6eaf
@ -46,6 +46,7 @@ pip install -r requirements.txt
|
||||
./manage.py migrate
|
||||
./manage.py shell -c "from django.contrib.auth import get_user_model; get_user_model().objects.create_superuser('vasya', '1@abc.net', 'promprog')"
|
||||
./manage.py runserver
|
||||
Создать токен и указать вместе с почтой в запросах к Zendesk
|
||||
```
|
||||
|
||||
## Read more
|
||||
|
@ -8,6 +8,7 @@ from main.models import UserProfile
|
||||
from django.contrib.auth.models import User
|
||||
from main.forms import CustomRegistrationForm
|
||||
from django_registration.views import RegistrationView
|
||||
from zenpy import Zenpy
|
||||
|
||||
|
||||
class CustomRegistrationView(RegistrationView):
|
||||
|
Loading…
x
Reference in New Issue
Block a user