5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
export DEBUG=1
|
||
|
export SECRET_KEY='rest_framework_tutorial_03-2023'
|
||
|
export DJANGO_ALLOWED_HOSTS=* localhost 127.0.0.1 [::1]
|