django-cities-light
django-cities-light copied to clipboard
Skip download large files from geonames
I just manually download the requirements files from GeoNames and put it on cities_light/data folder.
What the command to load & fill the database for django-cities-light from cities_light/data folder?
I tried with this with no result: CITIES_LIGHT_CITY_SOURCES = '.virtualenvs/myenv/lib/python3.6/site-packages/cities_light/data' CITIES_LIGHT_TRANSLATION_SOURCES = '.virtualenvs/myenv/lib/python3.6/site-packages/cities_light/data'