Christian González

Results 165 comments of Christian González

is this project dead?

even better: add it to the theme generator export modal: ![image](https://user-images.githubusercontent.com/2955584/81543335-356d4900-9376-11ea-93af-659a84b775cf.png)

you could try using a wildcard?

I don't want to create another issue: This should also be applied to the url attr, which is a "core" attribute and not dynamicaly generated using kwargs: url should be...

Yes, this is my main urls.py: ```python import django from django.urls import path from main.views import MainView from django.views.i18n import JavaScriptCatalog urlpatterns = [...] js_info_dict = { 'packages': ('recurrence', ),...