mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 22:15:30 +00:00
6 lines
94 B
Python
6 lines
94 B
Python
from django.conf import settings
|
|
|
|
|
|
def pytest_sessionstart(session):
|
|
settings.configure()
|