Commit 05c84bd0 authored by Rafal's avatar Rafal

Add world localziation

parent 9a2371a5
...@@ -15,6 +15,7 @@ class Command(BaseCommand): ...@@ -15,6 +15,7 @@ class Command(BaseCommand):
['Krakow', '52.025459', '19.204102', '1000'], ['Krakow', '52.025459', '19.204102', '1000'],
['Miasteczko AGH', '50.0679444', '19.9028223', '40'], ['Miasteczko AGH', '50.0679444', '19.9028223', '40'],
['Nowa Huta', '50.0752396', '20.0729312', '200'], ['Nowa Huta', '50.0752396', '20.0729312', '200'],
['Swiat','0', '0', '99999999999999']
] ]
print "Creating Localizations" print "Creating Localizations"
for localization in localizations: for localization in localizations:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment