Fabio
Anonymous
Anyone know django sample history
Mehmet
Or you can totally create new tables with Django ORM and move your old data to new tables. Because instructions above need some tweaking first. If you do wrong, you may face migration breaks in future.
Mehmet
If my table does not have 100 millions line of data I would prefer second. Creating temporary ETL pipeline looks more cost effective. I generally handle these kind of operations with Talend Opensource.
SNIR
TemplateDoesNotExist at/
on deploy to heruko, anyone mange to fix it ?
Lone
can anyone help me with django rest and flask payment
Mirco
Doragonsureiyā
can anyone help me with django rest and flask payment
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 a very high amount of people here the probability that someone will help is pretty high.
Also please read: http://catb.org/~esr/faqs/smart-questions.html
Omar
How can i have multiple user types ?
Omar
Like sign up as teacher or student
Anonymous
Yash
Hi, which gets executed first in django req/res cycle when you hit the url ? Model or view ?
Tejesh
I'm working on digital signage project using django. For reference I found this repository https://github.com/jbittel/django-signage/tree/master/signage
After setting this app up... I'm able to do the curd operations like:
Creating Display
Adding Slides
Adding Videos
This app is using django site framework.
I'm unable to understand how to display this content that is created.
It shows that content is on example.com/display/1/.... But I dont how it works or how to show it on my device
RASH
Tejesh
Дауран
Guy's I have a question relation with email addresses , is it necessary to provide email password in setting and always provide our own email to register any new user
Ghorz
The django you use today still has code written in its first version
Tejesh
Ghorz
Tejesh
Ghorz
Maybe django 1.2 or so
Ghorz
Install it, the migrate the code to latest version
Tejesh
Tejesh
Tejesh
Tejesh
Now the thing is... It's using sites framework which i don't know what it does
Ghorz
django.sites?
Ghorz
There must be a pointer to the framework
Tejesh
Site model
Tejesh
Can I DM you?
Tejesh
Ghorz
Then migrate
Ghorz
I'll check the code base from the link you posted
Ghorz
Anonymous
hello guys , ı ıhave problem how can ı saved jquery dynamic forms to database ??
Andrej
DY
Hello, how to make a multi-language website on django without gettext
Anonymous
if u follow this man u can fixed your problem..
Ghorz
DonLarry
Ajax
You can also use Fetch API
Anonymous
Hello developers,
How can I save videos in Django?
Note: in production
Mehmet
Will you use transcoding pipelines?
saran
Hi, I have created a user using User. Objects.create_user(username='test', password='test123'). User has been created successfully but can't able to authenticate. It's return None.
saran
Anyone any idea wat might be issue?
Anonymous
Bunty chhatri wala..
Anonymous
User.objects.create(username='test', password='test123',is_active=True)
Anonymous
User(username='test', password='test123',is_active=True).save()
Will also work
saran
Still not working
saran
saran
Anonymous
Use shell
Anonymous
To check if there is any user exist
saran
Use shell
I tried using via Shell also.. This authenticate return None in views.
Anonymous
User with staff status exist but can't to login to admin
Is that the issue
saran
saran
I used a variable ob to get obj.. That is not return the object.. That cause of the prblm
Abrar
Proceed with your question
Abrar
Drop the question directly, no need to wait for response.
Anonymous
I was active here for a long time. And I hope I have fixed many users problem. But if anyone can fix a issue of me, I will glad.
My primary account is restricting me to access this group
Username is pvanfas
Anonymous
Says sorry, this chat is no longer accessible
N-34512082
Hi everyone
Bunty chhatri wala..
N-34512082
Can u help me to make my project in Django on e-learning website
N-34512082
???
N-34512082
Ok
.
Mysterious Kid
Am creating a online shopping site...
I needed help regarding "Add to wishlist" button