X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d7b11e4a01b2314c0527d94d91f3159c0bd34ce..ad39c2501159fa52e980c95af3e735e36b459c15:/fabfile.py?ds=sidebyside diff --git a/fabfile.py b/fabfile.py index e37881a97..5030e0522 100644 --- a/fabfile.py +++ b/fabfile.py @@ -1,4 +1,8 @@ from fnpdjango.deploy import * +try: + from fabfile_local import * +except ImportError: + pass env.project_name = 'wolnelektury'