mirror of
https://github.com/not-kennethreitz/morepython.org.git
synced 2026-06-05 15:00:18 +00:00
4 lines
63 B
Python
4 lines
63 B
Python
from os import environ
|
|
|
|
DATABASE_URL = environ['DATABASE_URL']
|