Merge branch 'feature/registration'
This commit is contained in:
parent
e5964f6eaf
commit
8de78e06c4
@ -46,8 +46,10 @@ pip install -r requirements.txt
|
|||||||
./manage.py migrate
|
./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 shell -c "from django.contrib.auth import get_user_model; get_user_model().objects.create_superuser('vasya', '1@abc.net', 'promprog')"
|
||||||
./manage.py runserver
|
./manage.py runserver
|
||||||
Создать токен и указать вместе с почтой в запросах к Zendesk
|
|
||||||
```
|
```
|
||||||
|
Создать токен
|
||||||
|
|
||||||
|
Указать почту и токен в окружении
|
||||||
|
|
||||||
## Read more
|
## Read more
|
||||||
- Zenpy: [http://docs.facetoe.com.au](http://docs.facetoe.com.au)
|
- Zenpy: [http://docs.facetoe.com.au](http://docs.facetoe.com.au)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user