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