Ernist
Hi
Ernist
When I run Django test site
Ernist
It is not working
Ernist
In browser
Ernist
What could be problem of this
•Razakii•
"Django by example" please where can I get it for free?
Sirius
Муродали
Ernist
You can run your site by Django By these address 127.0.0.1:8000
Ernist
paste it in browser
Browser says error
محمد دلشاد
what error is this?
Ernist
I don't know Mb it's because my python 3.8.2
Муродали
Browser says error
can you show ?
Code
can you show ?
the browser? what is the exact error?
Ernist
can you show ?
Browser's language is Russian
Муродали
Муродали
i know a bit russian
Ernist
i know a bit russian
This guy already helped
Муродали
i have question form django who can help me
Муродали
i was going to send a picture but not available 🤔
Doragonsureiyā
i was going to send a picture but not available 🤔
Read the rules before any activity: @PythonRules
Муродали
!rules
can you send in chat
Mirco
Read the rules please
Муродали
Read the rules please
oh, i read , in chat? with you , you know django
Mirco
You cannot send photo, use imgur or send code via code sharing tools
Муродали
https://prnt.sc/s9cyjh
Муродали
https://prnt.sc/s9cyjh
i have this mistake
Mirco
You cannot use % for the operation
Mirco
Because % define delimiters of template tag
Mirco
where?
Into the if
Mirco
Where Django marks the error
Муродали
{if i.id%2==1} that as?
Mirco
No
Mirco
https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#cycle
Mirco
Much better
ㅤㅤㅤ
Hi, everyone
ㅤㅤㅤ
I have a question about pushing Django app ti github
ㅤㅤㅤ
When I check git status,there is a message modified: home/__pycache__/views.cpython-37.pyc
ㅤㅤㅤ
is it normal?
ㅤㅤㅤ
as I know it should not be. or am I making mistake?
Mirco
It's python, not Django
ㅤㅤㅤ
I added it, but it is showing modified: ....
Mirco
Because you need to remove from git cache
ㅤㅤㅤ
how should I
ㅤㅤㅤ
?
Mirco
http://www.codeblocq.com/2016/01/Untrack-files-already-added-to-git-repository-based-on-gitignore/
Mirco
Study git
Anshul
Hey guys I'm new to django and I have some problem. Can any body help me
Anshul
Ok
Anshul
this is my error
•Razakii•
rajesh
Which version your using?
rajesh
Try python3 manage.py
Gil
this is my error
Maybe package django not installed
Anshul
how can i install django package
rajesh
Try python3 manage.py
Try this for me its fixed
Anshul
okay
rajesh
how can i install django package
Pip install django on terminal
Anshul
okay so this is the command right which i sould write
Gil
Pip install django on terminal
https://docs.djangoproject.com/en/3.0/howto/windows/
krishna
I need a hlep.. i am making a website in django so i am using sqlite database but i wanted to use postgrasql. how can i transfer whole sqlite data in postgrasql?
Anshul
but django is installed yesterday I tried it
Anshul
@GilObradors
Gil
I need a hlep.. i am making a website in django so i am using sqlite database but i wanted to use postgrasql. how can i transfer whole sqlite data in postgrasql?
manually, there's a lot of posts in google! its a great exercise to play with databases and files mixtures!
ᶜᵒᵐᵐᵃⁿᵈˡᶦⁿᵉ
what is the point of using django when at the end we anyway have to use HTML, CSS and JS to create the page?
Code
what is the point of using django when at the end we anyway have to use HTML, CSS and JS to create the page?
you would still need a database 'backend' to 'manage' the data received from the 'frontend'
ᶜᵒᵐᵐᵃⁿᵈˡᶦⁿᵉ
you would still need a database 'backend' to 'manage' the data received from the 'frontend'
so suppose if i want to supply images to the frontend, django will connect it to the database?
ᶜᵒᵐᵐᵃⁿᵈˡᶦⁿᵉ
is that so?
Code
Somewhat. Django has feature that would support the storage of images