Jesper Håkansson
Jesper Håkansson
Yeah, if you want to use the provided templates you need to add a `base.html` template. This is so you can customize the looks as you want.
@jaredfuelberth Hey, thank you for opening the issue. Feel free to send a PR that fixes that.
Hey, you need to add `'django.contrib.sites'` to your `INSTALLED_APPS` to your `settings.py`. Check out the [README](https://github.com/drager/django-simple-blog#usage).
@leiwu123: Hey! Yes, I have just released a new version at pypi: https://pypi.org/project/django-simple-blog/0.3.0/ I had to comment out captcha because it's not working for Django > 1.11. See issue: https://github.com/alsoicode/django-simple-math-captcha/issues/11...
@devenh: What example would you like to see? I have no example site setup, sorry. I'm not sure what you're after but you can check out this stackoverflow thread: https://stackoverflow.com/a/44741709
@easazade Hello! Would it be possible for you to rebase latest master? :blush:
Sounds great to include it. I think the best would be to put it under `geolocation`, `geo` or `geospatial`. Feel free to send a PR 😊
@easazade Makes sense and sounds like good addition. Feel free to send a PR!
Good question! I think we should first of look at other faker implementations and get ideas from them. Do for example the python/ruby package supports LTR? If they do, perhaps...
> @drager I checked. **Python** package supports Localization of Data and implemented it using different `Data Providers` to provide localized data for each different Locale. > > here is what...