Vladimir
<nav class=“nav by-dark">
......
Hi guys, I have to make video streaming chat in django so any one know which library module I have to work on that If u know any reference for it plz help me Thanks
Александр
<nav class=“nav by-dark">
Sorry my bad <table class="table"> <tbody> <tr> <td><a href="/testsite/index"><img src="{% static 'testsite/images/bik.jpg' %}" height="400" /></a></td> <td><img src="{% static 'testsite/images/bik.jpg' %}" height="400" /></td> Table like this , and I have a thin line in the top of the table
Baggy ️️
Stuck from 2 days what's the error
Baggy ️️
NoReverseMatch
Baggy ️️
And how to show my error page
Baggy ️️
I asked yesterday, no one is answering
Muflone
I asked yesterday, no one is answering
in two days you were unable to search for the error message on google?
Baggy ️️
I know but unable to point exactly the error
Baggy ️️
It says Reverse for 'user-posts' with arguments '(",),' not found. 1 pattern tried
Sumit
@batman071 have you done social authentication with Django rest framework coz I'm also looking for the same
Baggy ️️
@sumit4613 Do you really need in DRF or you are OK without it
Baggy ️️
Bcoz I have done google-auth
Sumit
Vighnesh i need to create endpoints for social authentication in my application
Sumit
yeah, I managed to get django-rest-auth working with allauth
If you don't mind can you share snippets coz I had tried that but didn't got success
Batman
👍
Emris 🇺🇦
Hello, is it possible to use Local-memory caching for individual routes?
professor
why am I getting must be a "Answer" instance. while I have the foreign key https://dpaste.org/Kqy5?
Jigani
hi everyone. i want to ask if django channels works with django 3.0 cus' i was following the tutorial from the channels documentation but i cant get channels asgi server to overide the django development server as expected.
Jigani
a nice response will be helpful. i'm stuck
Michael ジ
Hi folks! I am a Django newbee. has anybody experience with django (probably django 3.0) with i18n (static) translations? seems to me there are different packages. what is a good way to implement it? I have lots of variables to translate in many languages and have to add probably pretty often new words. so it should be easy to service it. do these system work with a database table or json file? any experience?
Jigani
Hello, how do you start the server?
python3.7 manage.py runserver
Jigani
the documentation says that channels will override the development server once included in the settings except i'm doing it wrong
Serge
and did you get error?
Jigani
and did you get error?
not at all...but i still had django development server running. i've followed this tutorial before a long time ago while still using django 2
Anonymous
Hello, help me deal with the error from Django: Reverse for 'by_rubric' with arguments '(' ',)' not found. 1 pattern (s) tried: ['bboard / (? P <rubric_id> [0-9] +) / $']. Code: https://github.com/ameerarx/git-blog-articles-website.git p.s error at /bboard/
Anonymous
Hello. Can you help me? https://stackoverflow.com/questions/59848389
Doragonsureiyā
Hi! This group is English-only. Please, translate your message into English or move to a group speaking your language. Thank you.
professor
my code https://dpaste.org/tDNV that I cannot structure like this to retrieve id , value in my json https://dpaste.org/tt5g?
m0nte cr1st0
Why I get error in my tests? https://stackoverflow.com/questions/59850249/why-i-get-error-when-run-two-tests-in-django-apitestcase
Anonymous
if the latest for the newly published, so what is the longest?
MG
hello, i am trying to migrate using command python manage.py migrate then showing error django.db.utils.OperationalError: database is locked. i am using Sqlite.
MG
help anyone
Raj
also showing error when I am trying to createsuperuser
Anonymous
Is it possible to use filter in t3 table with q object from t1 table with t1 <- t2(fk to t1) <- t3(1 to 1 to t2) ?
professor
https://stackoverflow.com/questions/59849894/django-json-structure-for-a-javascript-app
Anonymous
https://stackoverflow.com/questions/59849894/django-json-structure-for-a-javascript-app
Not exactly with serializer .... With Django Q object and objects filter
professor
or at least question{}, answer{},
Anonymous
Like model.objects.filter(Q(t3__t2__t1_t3-field=value) such multi layered queue filter... is it possible??
professor
would it be on?
Muflone
Lugano
How can i do this, there are two different groups of users( students and teachers) when each of group logs in gets a different template?
xarala221
How can i do this, there are two different groups of users( students and teachers) when each of group logs in gets a different template?
Hello friend, For this case 1- you need to create a template tags who check the group and decide what data to render. 2- you can declare a variable template_name and check the group of the connected user based on his group you can initialise the template. I'm traveling, if not so I will show you a live example
Lugano
Let me try it
Anonymous
how to add config.js at ckeditor?
m0nte cr1st0
Hey. Is there some kind of chat about odoo?
Jimmies San
no idea. but you can try on python group
Jimmies San
https://t.me/Python
Anonymous
how users can request to join a group on django
Feisal
I hope everyone is going good and wish for your successes
Feisal
i have one question(urgent and emergency) Anyone here who opted to change their default admin template and extended??.. I highly need your assistance please
Feisal
am about to ship a product
Jesus
how to configure Gunicorn to have multiple services?
Jesus
i have created a second gunicorn2.service but is not working
Jimmies San
how to configure Gunicorn to have multiple services?
https://www.digitalocean.com/community/questions/how-to-deploy-multiple-django-apps-as-subdomains-using-nginx-and-gunicorn
Jesus
gotcha, i found the problem, simply was I was executing the gunicorn.service only in my terminal
Jesus
sudo systemctl start gunicorn2 sudo systemctl enable gunicorn2
Jesus
had to do that for the second one, god so simple
Jesus
thank you
Jimmies San
👍👍👍
Shourya
I have used custom usermodel with AbstractBaseUser as parent class. Previously my password field was 'password' but as i am trying to rename it to 'UserPassword' instead..the django isn't recognizing it and throwing me... The nullable field 'password' on user to non-nullable field without a default...
Shourya
I have just renamed it nothing else
Shourya
Shourya Sharma: https://hastebin.com/ulenodabof.py New model... Should i share the older model too? Older model -- https://hastebin.com/gaqiyudage.py Traceback -- when using makemigrations https://hastebin.com/ukegobubuv.sql
Shourya
Anyone??
KALEAB
How to encrypt django backends ....anyone???
Opeyemi
please anyone here used django-rest-auth social authentication?
Cesar
Shourya Sharma: https://hastebin.com/ulenodabof.py New model... Should i share the older model too? Older model -- https://hastebin.com/gaqiyudage.py Traceback -- when using makemigrations https://hastebin.com/ukegobubuv.sql
I'M GOING TO GIVE THE ANSWER OF YOUR PROBLEM BUT I DO NOT RECOMMEND TO USE IT THIS WAY. abstract base user has a password field you were overridding but now that you changed the field to userPassword it is taking the field again (on base it is non-null field) so, you must put something in that field. Select option 1 and write something random
Cesar
just dont know why you would override the password field
Ashlah
Maybe for changing its form input label(?) Oh, you can do it from the Form class