ɱσσɳ
Beka
Ok
yeah, honestly I never used... so I don't want to come up with some ideas..
Beka
If this project just for learning and testing, you could try PostgreSQL. Mostly PostgreSQL used. But anyways, you can decide.
Anonymous
Bramh Prakash
Anonymous
Beka
ofcourse
<app><templates><app>?
ɱσσɳ
sorry it not clear
I think you no need to explicitly specify templates folder. django automatically looks templates from there
Beka
templateDoesNotExit at/
home.html
so django is looking for file home.html
here are a few guesses
you showed wrong directory when you are rendering html file or your template directory is wrong. That's all from me.
Vasiliy
Hi everyone. does anyone use django + mongodb? if so how?
ɱσσɳ
Beka
Bramh Prakash
Beka
Vasiliy
Beka
Pirah
i am making an administrator interface with djngo, after creating the interface when I click connect it gives me this error: argument 1 most be str, not posixpath .
Help me please !
Coders Needed Eth
send full stacktrace
King__David
Pls what is the difference between a redirect and get_absolute_url?
Anonymous
Stuck on creating python environment,it says no such file or directory,any help
ᴹᵃᵏˢᵃᵗ
Akintola
Hello.
Please need idea / links on how to create a SPA in Django to avoid reloading of page.
Thanks.
Kamal
Hey... documentation is very boring....is there anyelse tutorial where i learn Django
Anonymous
ᴹᵃᵏˢᵃᵗ
can you do pip list in terminal of conda? Is it there?
ᴹᵃᵏˢᵃᵗ
Anonymous
ᴹᵃᵏˢᵃᵗ
Yes
what packages you see in global list ?
ᴹᵃᵏˢᵃᵗ
ᴹᵃᵏˢᵃᵗ
I'm not using Anaconda, i do it on simple cmd terminal. You can try to "pip install venv"
Anonymous
Ok let me try
ᴹᵃᵏˢᵃᵗ
or pip install virtualenv
ᴹᵃᵏˢᵃᵗ
Version 3 has own built-in venv
ᴹᵃᵏˢᵃᵗ
try to import venv, if you have version 3 , and pip install virtualenv if you using 2.7
Anonymous
Anonymous
ᴹᵃᵏˢᵃᵗ
Type import venv in your file or terminal then
Anonymous
Anonymous
Can't send the error screenshot here can I pm
Anonymous
Anonymous
Anonymous
Anonymous
so, you can use it then, i guess
I think so,but it says that this interpreter is in conda environment but it has not been activated,is that mean conda is already installed,but not activated
Anonymous
Anonymous
ᴹᵃᵏˢᵃᵗ
Yeah, maybe conda is less different
ᴹᵃᵏˢᵃᵗ
Don't know how activate in conda
Bunty chhatri wala..
Which one should i use for JWT
djangorestframework-jwt
Or
Django-rest-framework-simpleJwt
Which one is better? Any suggestions?
M
hi Guys i have started with python django project and have one html file inside my template folder. just want to know if anyone can provide me example guidlines how can i take vallues dynamically with help of python code ( code is reading file or doing select on db table ) to my template html file and display
M
many thanks
M
i searched but not so well explained
M
https://stackoverflow.com/questions/41990794/django-executing-python-code-in-html
Daisuke
Hello everyone! I'm an engineering student from India. I explore various IT fields and I came across django. I don't anything about python but I'm familiar with java and I can understand the syntax of python. Where should I start learning django or should I learn it or not. I know django is used for backend web development but I don't the concepts like MVC, REST etc related to web and backend.
Hello
Daisuke
I see. Okay
Anonymous
Hello guys I had some problem installing django by pip,so I downloaded the .wheel format django file,how can I import it to python terminal
KJ
What was your problem when you used pip?
Anonymous
KJ
pip makes life easier
I suggest you use it that way
Anonymous
pip makes life easier
I suggest you use it that way
Yes but I'm on office computer I can't access internet right know.i downloaded the .whl extension on my phone and sent to the pc.
I tied pip install C:\path\djangofile.whl
But got error
Lokendra
Lokendra
https://www.djangoproject.com/download/
Lokendra
Lokendra
Lokendra
Or go through freecodecamp django tutorial
Lokendra
Anonymous
Has anyone worked with ordertracking app?
I'm stuck at 'order_tracking' model fields😅