panjianom

Results 9 issues of panjianom

When I use BSModalUpdateView, "Choose File" text is showing instead of image showing from imagefield ``` class MyModelForm(BSModalModelForm): class Meta: model = MyModel fields = '__all__' class MyUpdateView(BSModalUpdateView): model =...

Q&A

Hi Jannis, The dbtemplates can not change the content inside html file at templates directory even on the admin already changed. Also it will be awesome if can convert html...

Is this package can use for django oscar?

Hi, I have successfully use your bundle and I want to use rate value from your bundle and save it in a field of my table in the db through...

Ada error: ``` raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='api.kredinesia.id', port=443): Max retries exceeded with url: /v1/login/verificationCode (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) ```

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...

First, thank you for this awesome library. Second, can we add new celestial object by custom? Example: add new longitude/latitude by user to that new object? It would be a...

raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'filebrowser' is not a registered namespace