George
Or just a mailing list
George
Ah okay
Ghorz
I want to get response from the users here
Ghorz
Ah okay
Try it out, if you find any bug, please report
George
mmmmm I was thinking of using something like that but i don't know if i need all that stuff
Manish
Can I make restaurant website via django
Manish
How pls help me
Manish
If anyone have any project
Doragonsureiyā
How pls help me
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
cj
How pls help me
read that ☝️
Manish
Anyone have any GitHub file
Manish
Pls help me
cj
Anyone have any GitHub file
https://github.com/file/file/ here, but I don't know if that's gonna be useful for you 🤷🏻‍♂️
Sheshadri
Lol
Akhmad Osmanov
Hi, I have forms.py and receivers.py. I'm need get data from form in receivers. When I send data to form a can't get it in receivers. Say pls, between receivers and form have any layer?
Shubham
Hey everyone, Need help with migrations. I have already created migrations and migrated. But bcoz of some problem my db got corrupted so now how do I recreate the tables?
Ansab
Hey guys
Ansab
How to clear currently in image field.... I can't do it in edit form
Ansab
Pls reply
Gil
Hey everyone, Need help with migrations. I have already created migrations and migrated. But bcoz of some problem my db got corrupted so now how do I recreate the tables?
Manually, maybe you can dump data out, and start from 0. Other option is to check each table and check each class of models individually... other is edit manually last migration.... there are solutions, all are manually
Anonymous
Use pastebin
cj
no
Vignesh
To. U means u r not able to upload media..
Anonymous
Hi, Is there anyone django websocket expert?
Anonymous
I’m trying to make django chat app for whatsapp. I found python whatsapp lib(https://github.com/tgalal/yowsup) which is working good with command line but I don’t know how to listen whatsapp message on django consumer
Sheshadri
Autofield close circular braces , run migrations
Sheshadri
models.AutoField()
Sheshadri
python manage.py makemigrations
Sheshadri
python manage.py migrate
Anonymous
I have two models, Pigeon and Pairs
Anonymous
Pigeon model has
Anonymous
And Pairs,
Anonymous
How can i access ancestors and descendants in template
Anonymous
How could I referecnce those pigeons?
Anonymous
Cant load css despite putting content in static folder .. Any solution ?
Shubham
Thanks @GilObradors @ShaileshW6363 Since the app is in development phase so it was fine without backup... And i just renamed the db and hit the command migrate it worked fine... Just had to recreate the data but that's fine
Shreehari
has anyone used django-ses ?
Doragonsureiyā
has anyone used django-ses ?
Please don't ask meta questions like: "Any user of $x here?" "Anyone used technology $y?" "Hello I need help on $z" Just ask about your problem directly! With 56k+ people the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
Musafir hoon yaaron....
i am getting following error
Musafir hoon yaaron....
TypeError: LoginView() received an invalid keyword 'template_view'. as_view only accepts arguments that are already attributes of the class.
Musafir hoon yaaron....
here is my code
Musafir hoon yaaron....
from django.contrib import admin from django.contrib.auth import views as auth_views from django.urls import path, include from django.conf import settings from django.conf.urls.static import static from users import views as user_views urlpatterns = [ path('admin/', admin.site.urls), path('register/', user_views.register, name='register'), path('profile/', user_views.profile, name='profile'), path('login/', auth_views.LoginView.as_view(template_name='users/login.html'), name='login'), path('logout/', auth_views.LogoutView.as_view(template_name='users/logout.html'), name='logout'), path('', include('blog.urls')), ]
Musafir hoon yaaron....
can anyone please help
Shihasz
Provide full code not only urls.py
Nitish
how to use api created by django in other applications or websites because it is showing an error because of crsf token
Chandan
Which model field is same as varchar in django
Nitish
CharField
Chandan
Can we put all types of data type to it
Nitish
yes like here is CharField, IntField, many others
Chandan
Which type of model i specify which can take both char,integer and urls also
Nitish
CharField will take both but when you have to use the value as integer then you have to change the data type
Chandan
But like varchar which can take all types is there anything in django
Sheshadri
how to use api created by django in other applications or websites because it is showing an error because of crsf token
Use token authentication and and send the token in headers as Authorization token along with your api calls
Chandan
It's ok
Chandan
Is there anyone can help me?
Nitish
wait for few minutes may be someone else will help you
Chandan
Ok
Chandan
Thanks
Nitish
https://www.webforefront.com/django/modeldatatypesandvalidation.html follow this link for your doubt
DTN
Hello , can someone give me a hand with pipenv? I ran into this problem when I try to install the requierements from this repo https://github.com/mariocesar/calenguay.
Shreehari
is it required to verify both from and to email adress in aws ses ?
Rohit
hii
Rohit
i have a idea , so
Rohit
i wanna know can we do my project using django
Rohit
is there anyone who could tell me that
Rohit
also tell me that what are the best source to learn django
Rohit
Is there anyone who is also reading the django official docs
cj
i wanna know can we do my project using django
how much are you willing to pay?
cj
also tell me that what are the best source to learn django
read the official documentation and these others 👇
Doragonsureiyā
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Rohit
can i say my idea