Adilet
Thanks in advance
Mirco
Yuvi
Using django how to reduce camera size
𝔐𝔞𝔥𝔡𝔦 𝔉𝔦𝔯𝔬𝔲𝔷𝔧𝔞𝔥
hi, is there anyone could help me report an small bug to django-team?
cj
Igor
Pycharm is really good espesially considering that fact that you can work with database in pycharm. But prof version is costs money...
Adilet
Eguakhide
Ayush
What's the best resource to learn Django
Dheeraj
I think the best resource is the Django Documentation
Anonymous
Anonymous
My most of the concepts got cleared from there
AMIT
Hi guys in organization's which tool are you people using for django software..
Eguakhide
Omair
Werner
how to add overhead?
H
Hello people!!
H
How can I deploy my django project having postgres database
H
On heroku
Anonymous
Good day everyone, please I am creating a django site that gonna shows each student recorded scores from Day 1 to Day 10 in an HTML table.
I want to be able to add students scores of each day from my admin dashboard and it gonna display in template. I've created Model for Student and Result and I need more information especially the business logic to achieve this. Thank you
Aditya
Aditya
Just make sure to wrap it in a dictionary eg.
dict_object={'model_key': ModelObject}
return redirect('/<your urlpath>/',dict_object)
Anonymous
Aditya
for your business logic you will need to
1. import your model
2. get the records from model using the filter of selected student or according to your use case
3. prepare a dictionary to get all the results
4. pass the same in the response with the context using render function with the designed template.
David
how to get object.id ? i mean django's inner id that is not defined in model but exists by default?
Eguakhide
David
oh ive just missed [:1]
Aditya
Eguakhide
Ibrahim
Learn Python, R, SQL, Data Visualization, Data Analysis & Machine Learning. Build a Portfolio. In-Browser Exercises. Instant Feedback. Career Coaching etc
Paths:
Data Analyst in R
Data Analyst in Python
Data Scientists in Python
Data Engineer
Dataquest teaches you the right skills, and helps you build a portfolio of projects along the way. As we've built the site, we've learned quite a few lessons on how to most effectively help our students. We've been gradually increasing the scope of our initial vision.
For a limited time, get 50% OFF 1 year of Premium!
signup, goto account and select type, upgrade
Note: 50%off only applied for 1year premium subscriptions, hurry before offer end soon.
sign-up here ->
bit,ly/35lwxcP : change , to .
M
getting this warning message
?: (2_0.W001) Your URL pattern 'alerts/(?<site>(\d+))$' [name='alerts'] has a route that contains '(?P<', begins with a '^', or ends with a '$'. This was likely an oversight when migrating to django.urls.path().any suggestion how to correct it
M
path('alerts/(?<site>(\d+))$', views.alerts,name='alerts'), is my urls.py
EscanOr
Where can I find the language code of all supported languages by django
I'm particularly looking language hindi
Alex
Vedant
When I am running manage.py sqlmigrate with the arguments I'm getting the queries for the table to be created but the last line doesn't have COMMIT in it and the table is not being created.
What am I doing wrong?
Anonymous
So I was exploring the Django GitHub repo, and I got interested in understanding the core implementation of django itself. Anyone in the group who can guide from where to start understanding the code ?
Alex
Vedant
Alex
Vedant
To migrate table
Alex
To migrate table
you may pass it the lable of the app you want to migrate. Or nothing to migrate everything.
Ferrum
I have models like this
class Category(models.Model):
name = Model.Charfield()
Class Product(model.Model):
categories = Model.manytomanyfield(Category)
Class StockRecord(model.Model):
product = Model.ForeignKey(Product)
How do I serialize name field from the category model?
Alex
Anonymous
Hi, I am looking for a full-stack django developer based in Lahore (outside Lahore can also contact if they feel they can do the project). I have a concept of a web site that I need to make, reference will be provided. I need someone who has knowledge about e-commerce sites . I have intermediate knowledge of python, I am willing to learn and work to make this project a reality in 6 months ..
Note: It's a personal project. Its not a full-time project, This will be a part-time project ,PM if interested will contact you back.
Bayarkhuu
Hi
Bayarkhuu
I need e- commerce website
Bayarkhuu
Do you create commerce site?
Vedant
Mirco
Princu
How to learn django for a python beginner
Anonymous
I need one help
Anonymous
Can anyone help me please I am facing icon image problem in django .. can anyone help me
Mirco
Doragonsureiyā
How to learn django for a python beginner
Looking for Django tutorials? you can follow these three recommended ones:
* Official documentation and tutorial
* Tutorial from MDN
* Tutorial from django-girls
Yuvraj
Anonymous
Anonymous
Can anyone tell what command is required for pip install -r filename.txt for python 3.9... I m facing problem in deploying
Aditya
Baggy ️️
Jon snow
a noob question,
i created a new todo list web app,if i want to implement it in server,do i need to create different database,so every user can use their own todolist?
@tele123
Hey everyone
I am final year student and make a project on django ecommerce website.what are questions can be asked in campus placement interview.
@tele123
Plz share your suggestions
Darya
Hi i'm working on creating a shopping car but i got stuck any one can help me????
tricky_Velvet
Darya
Let me send my code i i think my code is not curect
Mirco
Doragonsureiyā
Hi i'm working on creating a shopping car but i got stuck any one can help me????
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 ~80,000 people here, the probability that someone will help is pretty high.
How to ask smart questions: http://catb.org/~esr/faqs/smart-questions.html
Darya
Darya
Mirco
Khumoyun
Hello, Who knows source for learning Django Graphql api?