Anonymous
Anonymous
https://github.com/SurajFc/Django-DRF-Boilerplate-with-otp-verification
Harry
@surajfc4 helpful boilerplate
Harry
replace django serializer either with plane json or with serpy to gain performance
Anonymous
Ok
web
https://pastebin.com/8cDgNWbJ
web
hello .. i have problem with def clean_email(self) not work .. my codes in link above .. i need assistance please
Shubham
Hello
Shubham
as you can see https://github.com/shubham1507/school/blob/trial/users/serializers.py I have created two serizer for two registrtion form
Shubham
how can we use single serializer with 2 differnt viewsets for registration considering the both reg form have different fields
Anonymous
You can't
Shubham
I heard about passing the context
Shubham
but dont know how
Rocky
Hi..everyone, how to connect mysql with django
Rocky
Window 10
Anonymous
Rocky
after Google it, it's not working
Anonymous
https://docs.djangoproject.com/en/2.2/ref/databases/#mysql-db-api-drivers
Anonymous
Rocky
I have no for postgres
Muflone
There's no "it's not working"
When something doesn't work it gives you symptoms. Read them and solve them
Ghorz
How the enter key generated?
@cj already told you what to do. If he answers you one more time, you'll ask him another nested question.
Pls, a simple websearch can hint you.
Sai
Can we compare two dicts in python 3
Sai
Please if someone knows reply
Sai
😊
Ghorz
Ghorz
it gives me error of dependency of migration
You must create custom user model before first migration and set auth user model to your custom model.
Delete all migration folder, use fresh database, run make migrations before migrate. If you have apps, unregistere them before remigration.
Ghorz
Ghorz
Alpha
Hallo, I am doing a project in DRF , I have a doubt in timezone. When user create and update any object I save that time in database. when frontend fetch that data API , how can display the data's time in it's native timezone or should I convert into that time into other timezones and given??
Avinash
Provide any google drive account containing learn ethical hacking from scratch udemy vedios.
Martin
Learn to be ethical by breaking the TOS/law, wonderful resolve.
Avinash
Avinash
Course videos
Martin
I do, they're right here - http://udemy.com/
Avinash
If have had enough y will i ask for videos. i would have enrolled in it.
Akash
github.com/mymi14s
Looks good but it seems to not have rest-framework.
I am looking for something to quickly launch a API SaaS type webapps
Akash
Anonymous
Can we create a model through query in Django (Dynamically created model)..
Anonymous
Tanjiro
Hey in Django, can I use request.FILES['file'] twice in pandas and also in csv.reader()? The thing is I can only do one of the above. But my CSV header starts from certain line in the file. So to specify the header for pandas.read_csv(), I need to know the start of header. For that I need to read the file using csv.reader() and apply certain condition to get the start of the header. Anyone have any idea about how to do this?
Oleg
Andrew
Hi everyone, can someone suggest me some resource where I can find how to realize registration via Facebook in my Restful API( I don't use django rest-framework)
cj
CHANDRA SHEKHAR
I am getting server error(500) in localhost when setting DEBUG =False and i have tried ALLOWED_HOSTS=['*']
but this didn't worked for me
CHANDRA SHEKHAR
so anyone of you could help me
Ashish
I want to change django admin to adminlte, please help me
Ghorz
Akash
Ashish
Ghorz
Ashish
Please
Ghorz
Honestly, spend some time
Ghorz
Learning Django
Ghorz
And then fronted
Ghorz
Frontend
Emran
Hello groups
Tanjiro
Tanjiro
cj
Hello groups
if you have a question, ask it directly, give enough context, show code and traceback.
Anonymous
No module corsheaders django 2.2 tyring making api requests from server when install django-cors-headers
Javier
👋 Hello There!!
Is there anyway to use a TreeForeignKey with mpttmodel to bring the whole tree¿?
Anonymous
Hi...
I’m learning Django and I want to know if you have any materials or or web site to improve my knowledge about Django!
Mirco
Doragonsureiyā
Mykel
Pls am new to Django.
I have in installed how can I launch it in command prompt
lew
python manage.py runserver .... un windows
lew
in*
Mykel
Okey
Anonymous
Best server for django.??
Manish
Manish
@AshishKabra if you want it this way then read docs and do. Otherwise as @Ghorz said it is better to build own admin panel using django-rest and frontend. and use that theme.
Anonymous
Can any one help me, how to optimize django model form manytomany field it take lots of time to load, because of that my page load time is also slow, can anyone suggest me something
cj
cj
I guess you're loading a <select> with the values in your ForeignKey, so better use an API endpoint (REST) and make that <select> dinamically loaded using JS