The
can anyone help me to host my django project in godaddy shared hosting server
The
?
Manish
I have created login and signup functionality But now I am facing an issue were my form data could not be save permanent in DP. Whenever I refresh data deleted.
Anonymous
Hi need a help Django app automatically logout the user after few days How to resolve this Plz help
Pradeep
Can i get any video resources for learning django from beginning please!
Dhruva
How to get location and be that stored in database
Tommaso
Hi, What is the simplest way to have a template showing a lineplot graph with data coming from a model (i d like the points of the data highlight with label and number as my user hover the cursor on it)
Tommaso
?
Anonymous
Which package should I use if I want to encrypt and decrypt passwords
Murshid
class ProductList(models.Model): name = models.CharField(max_length=100) price = models.IntegerField() offer_price = models.IntegerField(blank=True,null=True) how i order this model based on price and offer_price. if a product contain offer_price, then order by offer_price otherwise order_by price
Anonymous
Do anyone know how to access remote server using ssh from a machine?
Ghorz
You're not logged in
Secondly use @login_required decorator or LoginRequiredMixin
Pratik
I can upload image from my page into media directory but it's not displaying...can anyone help me????
Pratik
check media settings and urls to media
My images are uploaded to media/images folder And this I've written in settings MEDIA_ROOT=os.path.join(BASE_DIR,'media') MEDIA_URL='/media/' Do I need to change anything?
Unknown
I know how to create complex queries in sql do I also need to learn that in django?
Rajesh
Hi guys, have anyone worked on task queues like celery?
Marko
hi how to set time zone and dateformat in django model on saving the following dont work TIME_ZONE = 'Europe/Istanbul' USE_L10N = True USE_TZ = True DATETIME_FORMAT = '%d-%m-%Y %H:%M:%S'?
Doragonsureiyā
Hi guys, have anyone worked on task queues like celery?
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 60k+ people the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
u
Hlo
u
How to access single product details page for multiple products in django
Shadow
I got error in django.db.utils.programmingerror table not found
Shadow
Anyone help me to solve this problem
Shadow
I did but it comes after that
Kms
I did but it comes after that
Makemigrations and Migrate
Shadow
I did both in visual studio code shows user not have objects
Shadow
While execution shows database not found
Shadow
Table
Anonymous
While execution shows database not found
python manage.py makemigrations appname
Xavier
I did but it comes after that
migrate too also check for typos cuz maximum time it's due to typos
sravan
It is possible to create database and connecting to it from view.py when server is running using Django dB connection cursor.?
Anonymous
Courses.djangowaves.com << Has anyone opted for this ? What are your reviews ? Couldn't find enough reviews on it.
Xavier
I can't understand
by typos i mean spelling mistakes
Shadow
That migrated but I've checked in pgadmin console table not created
Mr
That migrated but I've checked in pgadmin console table not created
If it is development server then delete the migrations table in pgadmin then try again
Shadow
I don't know how to delete that can you help me
Mr
I don't know how to delete that can you help me
In pgadmin select the django_migrate table.... and right click ..... you'll be shown option select truncate table ..... if it doesn't work even after truncating then select drop cascade
Shadow
Ok I will try thank you
Mr
Most of the times if I encounter this kind of issue then I used to delete migrations of pgadmin if it doesn't work I will delete the files from migrations folder inside project (no init.py or pycache.... just 0001.initial.py or 000.2 kind of files ) and makemigrations then sqlmigrate and then migrate...... after these whatever table pops in the terminal with relation already exists I will delete those tables directly from pgadmin and recreate them by migrating from begining.....
Pedro
Sup guys! How are you all? So, any of you would know any library that could help me handle sso with Django with mult-tenancy?
Igor
Help me please to install Django+postgreSQL+Docker. Work fine with SQLite Driver BD psycopg2-binary==2.8.3 don't install and psycopg2-binary==2.8.5 install. settings.py DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', 'NAME': 'postgres', 'USER': 'postgres', 'PASSWORD': 'postgres', 'HOST': 'db', 'PORT': 5432 docker-compose,yml. version: '3.7' services: web: build: . command: python /code/manage.py runserver 0.0.0.0:8000 volumes: - .:/code ports: - 8000:8000 depends_on: - db db: image: postgres:11
Anonymous
Hello guys. I have a problem on makemigrations an app, so i have deleted tables from postgresql and my migrations files from django project, an tried to makemigrations, but theres is an error. Do someone know how to fix it? Error is prommaming error relation “” doesnot exists
utkarsh
Listview?? I wanna know about this in django
Mr
Yeap
Then delete the database and reconnect with new one ..... rather than trying to debug .... that would be better I hope so
Owolabi
Secondly use @login_required decorator or LoginRequiredMixin
Yea what i really want to achieve is to display that user's wallet details on the login redirect url template
Cloud
Does Django ORM work for Neo4J?
Harish
Creating powerful APIs with Django REST framework on Heroku course. https://www.udemy.com/course/powerful-apis-django-rest-framework/?couponCode=C2E6449CA232FD4ADD03 Coupon expires in 3 days.
Manish
I have created login and signup functionality But now I am facing an issue were my form data could not be save data permanent in DB. Whenever I refresh data deleted.
Anonymous
Can someone help me with Ajax I’m getting errors even tho I’ve properly called it
Karani
What exactly is the error you are getting?
shekhar
how to hit an google oauth api?
😎
Very good stuffs on djangocentral.com
AJR
Hey guys can anyone suggest a good crowdsourced testing tool?
maroong
I want to create a field that I can edit when I login to django admin and display the changes to each user on their page when they login. The field should be unique to each user.
Mirco
So go out
Mr
anyone could please suggest me a good video about django channels??
utkarsh
@youtube
snc
hey i am working on a ebook app can someone suggest best method to serve data from pdf to app
vincent
Hey, I'm working on a project, using vue as my frontend, how do I pass my model choices for user to select before POST? I'm using Django Rest
utkarsh
Why did admin close the media option
utkarsh
How could we be able to post the problem