Mysterious Kid
Says sorry, this chat is no longer accessible
You might be banned/ restricted from this group... Or there will be limitation on your account
N-34512082
Google it.. you'll get a project related to this.. with a code
I tried to find it, bt I did not get anything
Lynonis
Hello anyone can help me How can make navbar Django with single page ?
Ariel
What is it called when you want to create a view specific for the user, with his own data from the database?
Ariel
What is it called when you want to create a view specific for the user, with his own data from the database?
I mean, what should i search for in Google in order to setup something like that
Kartikeya
Hello
Kartikeya
I want to start to learn django can any one tell good you tube channel for learning
Tarun
Durgasoft django
Rajan
Im working on django... You can ping me .. pingsmart.in
Rajan
I'm starting this website fully on Django frame work
afsal
Hi
afsal
Iam new to django
afsal
Which database is more suitable for django
Rajan
Sqlite
Enes
Can you offer me. Whic one is good mvc or mvt?
Sweetie
Did you use STATICFILES_DIRS or in urls.py added some dirs as 'urlspatterns = [ ] + ...' ?
How can I trigger the telegram login widget on click on a button ? <script async src="https://telegram.org/js/telegram-widget.js?11" data-telegram-login="samplebot" data-size="large" data-auth-url="" data-request-access="write"></script> I am trying to add a button for this so it looks in sync with my other social login button. The script creates its own button which does not adjust nicely
Dan
Dont know man
Sweetie
Dont know man
Sorry replied by mistake
Vinod
You can start Django by reading official docs
Ayush
hey , i am working on a django project would anyone like to work on the frontend, (FREE OF COST)
Shekhar
Hi Guys I am new to django.can anyone help me. I am getting an error attributeerror name I have another python script built. I am trying to access it from views.py by importing it
Shekhar
Attributeerror name
Anonymous
Hi, how can I represent Filefield in my html code
srinu
How can I get the values from dictionary object in views file and print it for image annotation
Anonymous
how many js are required for learning react
Anonymous
js
Anonymous
?
Anonymous
Cant we send image here?
Anonymous
Good Morning... I have one project and I'm trying to save files on server, but I'm with my permission is denied... I made www-data user to owner of the folder, but I have the same problem... Does anyone can help-me to solve the problem?
Anonymous
Can anyone un-ban @pvanfas
Anonymous
sudo chmod -R 777 path/to/folder
I tryed this... all my directory is 777, but I have the same error
Aman
Hi guys, can anyone plz suggest me where to learn Django API in a better way?
Mehmet
drf documentation
R
Hi in pythonanywhere how do I point to a django project with multiple settings file
R
My folder structure is - projectname/setting/base, development, production ... I need to point to base
Дауран
I have a little doubt , I want just to create a blog website , which one method is better listview or context={}, I meant in views.py
Дауран
Means? CBV or FBV?
I meant in views.py Def ( Listview or context={'news': New.objects.all())
Ilsaf
what is this, guys? TypeError: argument of type 'WindowsPath' is not iterable
Mehmet
what is this, guys? TypeError: argument of type 'WindowsPath' is not iterable
One of the code blocks tries to iterate on WindowsPath instance. 😊
Alberto
Hi there, I need to know the number of users has some cookie on his browser, is there any way to do this? I thought I could have a count every time I set a cookie but I don't know if there is another way of doing this.
Mehmet
like this? blog/post/detail.html
Information we can get from your question: - You are using python - Your Os is Windows - It is a pathlib related error.
_Mac_
Mahesh: Can anyone help Create registration form with Name,mobile number,account number,password and account balance.When you login you should have 3 options 1.add money 2.withdraw 3.transfer. On Django
_Mac_
can anyone help
KD
can anyone help
Yes what kind of help
_Mac_
data base is not getting createf
_Mac_
created
_Mac_
when i create registration form i am not able to authrnticate it.
Anonymous
I meant in views.py Def ( Listview or context={'news': New.objects.all())
ListView is a mixin for class based views.. I would stick with it.. no need to override context, unless you need to
Ferhad
https://pastebin.com/UTTMinUR
What is that site is uses for
Ferhad
*used
Sai Krupa Reddy
How to perform search in data base by taking the input?and print the object values when they match in django
Sai Krupa Reddy
Could anyone see into it?
Tejesh
I've ubuntu 16 server. N I'm trying to host django with apache.. but mod-wsgi is using python 3.5 n my project is using 3.8 How do I install mod-wsgi for 3.8
Tejesh
The issue is
Tejesh
I can't uninstall python 3.5 coz that will crash ubuntu
Muflone
I can't uninstall python 3.5 coz that will crash ubuntu
You must not replace system Python. Use pyenv
Rσуαℓ geeк
I can't uninstall python 3.5 coz that will crash ubuntu
install python 3.8 create a virtual environment using python3 command and it will automatically use the latest version of python
Ghorz
I have already tried this
python3.8 -m venv myenv
Firdaus
I've ubuntu 16 server. N I'm trying to host django with apache.. but mod-wsgi is using python 3.5 n my project is using 3.8 How do I install mod-wsgi for 3.8
1. Install pyenv 2. Use pyenv to install Python 3.8 3. Create your project folder (example: /home/john/project/xyz/) 4. Use pyenv to set Python 3.8 as the python version for that folder (Pyenv can set local vs global Python version) 5. Use venv to create virtual environment python -m venv venv 6. Activate venv (source venv/bin/activate) 7. Use pip to install whatever package you need
saran
Hi, I have created a model pricing which contain two fields, course name and course type. Both are fk. How can i avoid creating duplicate while editing. In create i used the .count() to know same record is present in the table with course name and type. What is case for edit? I can't able to use count because existing record cannot be saved. Hw to avoid that.? Any suggestions
Raghav
Hey guys, I'm making an API for firestore
Raghav
Api which fetches data from firestore
Raghav
I want to implement pagination
Raghav
Pllzzz guide me I've implemented the part given in docs
Chandan
"Pagination | Django documentation | Django" https://docs.djangoproject.com/en/3.1/topics/pagination/
Chandan
Can anyone help me with why I get an error Type error at admin/login/ init() missing 1 required positional argument 'strategy' I got this error during adding social authentication using Google