Mirco
You have to create a prod-like env where you will deploy the code and set up SSL certificate for your env
Doragonsureiyā
Ohk thanks...
You're welcome! 😊
Jun
Is it a good idea to build android apps using Django rest framework and flutter?
Khumoyun
Hello I can not understand what is a class Meta ? Help me what is a class Meta: from django.db import models class Customer(models.Model): age = models.IntegerField() class Meta: constraints = [ models.CheckConstraint(check=models.Q(age__gte=18), name='age_gte_18'), ]
Jun
Yes
Have you made any android apps using django rest framework?
Jun
Ya.. I have made 2-3
Can you suggest me some YouTube channels regarding this?
Jun
Or any tutorials
Anonymous
Can you suggest me some YouTube channels regarding this?
https://flutterdev.tech/connecting-flutter-with-django/
Jun
Just some topics like serializers, signals these topics are needed right?
Kamal
Hello.. I'm new to Django any pls send me some notes
Mirco
Just some topics like serializers, signals these topics are needed right?
Study Django Rest Framework Android app is a simple client like a web app
ɱσσɳ
Jun
Study Django Rest Framework Android app is a simple client like a web app
Okay thanks, it's time to build some android apps now😅
Аброр Нуранов
Can u help me, I am going to start learning django, but I really don't know how to start
Jun
Can u help me, I am going to start learning django, but I really don't know how to start
Before learning Django, learn the basics of programming concepts using python. Then move on to Django
Аброр Нуранов
Before learning Django, learn the basics of programming concepts using python. Then move on to Django
I have been learning Python for the last 3 months, I learnt Tkinter PyQT OOP. Now I want to learn Django
Аброр Нуранов
Documentation is the really boring staff
Аброр Нуранов
make sure you're good at front end
Yeah, but I am going to become full stack developer
ɱσσɳ
Anonymous
Hi, guys How to give all access to admin ??
Аброр Нуранов
Check THIS out
Thanks a lot
Mirco
Any update on this??!
As I told you after your first message, search on the web because also into official doc you will find results
Mirco
It's one of the most common stuff to do with Django and the web is full of resources, just spend time on doing a small search
Anonymous
I did
Anonymous
But not able to integrate it
Mirco
Share the error you have or explain better your issue
Mirco
Any update on this??!
If you keep asking this one, you won't achieve any goal
Anaconda
Can anyone help how can i get read receipt email using django
Bunty chhatri wala..
Anonymous
how i use bootstrap form in django with database
Doragonsureiyā
how i use bootstrap form in django with database
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box write down the same words you asked here Step 4: Read the firsts results
Keshav
Hey guys i have to implement backend of a online job portal in django and i have only basic idea of django can you suggest any good sources to read about
Doragonsureiyā
Hey guys i have to implement backend of a online job portal in django and i have only basic idea of django can you suggest any good sources to read about
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Mayank
Hi django team help me to create something a website wallet app where I can redeem money and add money to wallet
Mayank
I can add money to wallet by Paytm and can redeem via Paytm or any other wallet
Mayank
How can I make it any suggestions please
Mr.m
What is use of Django signals
Doragonsureiyā
What is use of Django signals
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box write down the same words you asked here Step 4: Read the firsts results
Nikhil
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box write down the same words you asked here Step 4: Read the firsts results
Those who are asking questions in this group might have already searched in google and still not able to get a clear solution. If you don't wanna help it's ok but don't demotivate them by sharing such posts.
Beka
Those who are asking questions in this group might have already searched in google and still not able to get a clear solution. If you don't wanna help it's ok but don't demotivate them by sharing such posts.
At least they need to provide links where they have read the topic. For example, I read from here but it says like this.... I read here but it says little diffent so I'm confused and I have question, what is Django signals used for? And then group will know the person is really doing hard work.
محمد دلشاد
What is use of Django signals
signals are used to perform certain operations after or before creation of some object
Harsha [M]
99.99% of the cases they never search on Google first
+they don’t know how to search effectively
محمد دلشاد
what does that mean??
Bramh Prakash
Hi all, When I do admin login then I get Django Version: 3.0.5 Exception Type: ValueError Exception Value: Cannot force an update in save() with no primary key. Here I used djongo as db engine
Anonymous
in django 3.1.1 there is not import os in setting.py
Bramh Prakash
Djongo is migrate free
Bramh Prakash
I can able to do curd operation but
Bramh Prakash
Only problem in admin panel loging
Anonymous
I used os. path.join(Base_DIR, ‘templates’)] but it show me an error said TemplatesDoesnotExit
Anonymous
i am sorry
Anonymous
I wrote it faster here
Anonymous
it is BASE_DIR not Base_DIR
do u use django 3.1.1
Bramh Prakash
https://linkode.org/#F1IMKB5SjpFXIUKjxPkzx5 Here is problem
Beka
https://linkode.org/#F1IMKB5SjpFXIUKjxPkzx5 Here is problem
https://stackoverflow.com/questions/42580589/django-giving-cannot-force-an-update-in-save-with-no-primary-key Here is StackOverflow
Bramh Prakash
https://stackoverflow.com/questions/42580589/django-giving-cannot-force-an-update-in-save-with-no-primary-key Here is StackOverflow
Here the problem is with login only and my mongodb curd operation work fine by other endpoint, but the only problem is access the data via django panel
Beka
I mean, configurations.
Bramh Prakash
Yes , but same thing I did with sqlit it works but not working with mongoDb but in db it shows login sessions
Anonymous
anyone here found templateDoesNotExit at/ home.html in django 3.1.1
Beka
Yes , but same thing I did with sqlit it works but not working with mongoDb but in db it shows login sessions
hmm.. that is interesting.. try read about mongoDb and django. How they integrate with each other. I never used MongoDb with Django.
Beka