aboutsummaryrefslogtreecommitdiff
path: root/saleor/__init__.py
diff options
context:
space:
mode:
authorKrzysztof Wolski <krzysztof.k.wolski@gmail.com>2017-02-23 13:31:55 +0100
committerKrzysztof Wolski <krzysztof.k.wolski@gmail.com>2017-02-23 13:31:55 +0100
commitbe3803cf76236d9bda7cebfe940f762f310a51bd (patch)
tree9232a84079d7c5a55e13172ee4019bd44cdf02a9 /saleor/__init__.py
parentb0f9e5432ebaa51b26b8d3e311819b02fa808411 (diff)
downloadsaleor-frontend-be3803cf76236d9bda7cebfe940f762f310a51bd.tar.gz
saleor-frontend-be3803cf76236d9bda7cebfe940f762f310a51bd.tar.bz2
saleor-frontend-be3803cf76236d9bda7cebfe940f762f310a51bd.zip
Move version info to init file
Diffstat (limited to 'saleor/__init__.py')
-rw-r--r--saleor/__init__.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/saleor/__init__.py b/saleor/__init__.py
index f3c916b5..c8ea969c 100644
--- a/saleor/__init__.py
+++ b/saleor/__init__.py
@@ -1,10 +1 @@
-#!/usr/bin/env python
-
-
-def manage():
- import os
- import sys
- from django.core.management import execute_from_command_line
-
- os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'saleor.settings')
- execute_from_command_line(sys.argv)
+__version__ = 'dev'