-
I'm using the latest django 1.8 My urls.py looks this:
from django.contrib import admin
from adminplus.sites import AdminSitePlus
from django.conf.urls import include, url
admin.site = AdminSitePlus…
-
django-inspectional-registration
django-permission
Kawaz3rd
どこで出てるかわかんないけど
```
Users/alisue/.anyenv/envs/pyenv/versions/3.4.3/lib/python3.4/importlib/_bootstrap.py:321: RemovedInDjango19Warning: dja…
-
Hello!
I am trying to build some service app with django tenants and REST api
I am getting an error when trying to access API ..
For example if directly enter URL` http://demo.localhost:9000/…
-
Under https://django-keycloak.readthedocs.io/en/latest/index.html#setup is the point
```
AUTHENTICATION_BACKENDS = [
...
'django_keycloak.auth.backends.KeycloakAuthorizationCodeBackend',…
-
My environment as follows:
- macOS Sierra 10.12.6
- Python 3.6.0
- Django 2.0.5
- djangorestframework 3.8.2
- djangorestframework-jwt 1.11.0
### What is expected instead of "Unable to log i…
-
```
Is there a step by step install how to?
i am trying it on centos 5.5 with 2.6.32 kernel (x86_64). I have installed
django and changed the settings.py but i get the following errors:
python mana…
-
I have noticed that html parser might create very long tags, if it comes across some HTML templates, e.g. in the form `{{ foo }}`, where "{{ foo }}" might be much longer and cross multiple lines.
T…
-
In settings :
PROJECT_PATH = os.path.split(os.path.abspath(os.path.dirname(**file**)))[0]
INSTALLED_APPS = (
'galleries',
'djangocms_admin_style',
'django.contrib.auth',
'django.cont…
-
Hi there,
I need DAL for a few of my form fields, but for most I'm OK with just django-select2. And on some other pages just django-select2.
When I try to use DAL along with Django-Select2 on a pa…
opbod updated
3 years ago
-
`hi i was trying to post in postman using some parameters like client_id and client secret and token which i got it from Facebook[enter image description here][2] developer app `
#here is my reqest
…