5 lines
143 B
Bash
5 lines
143 B
Bash
#!/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]
|