Luis
Unfortunately, no. VS starts working
Damn! You run python manage.py runserver and VS is launched ?
Aleksey
What do you mean by "I use Python 3.7 (64bit) installed with VS" ?
I have read a lot of forums. They write that one of the reason may be python version. I reinstall python to 3.7 when install VS to solve error Visual C++ is required
Aleksey
What do you mean by "I use Python 3.7 (64bit) installed with VS" ?
The package VS suggests to download python tools additionally
Anonymous
everyone have problem with authenticate
Anonymous
?
Anonymous
I need help
Doragonsureiyā
I need help
Please 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 44k+ people the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
cj
What " |safe " will do here??
I already told that in that message
ザ・
how to override the admin templates ?
Sultonbek Ikromov
how to override the admin templates ?
I would recommend you to use Django admin instead of writing another dash. You can just customize and use. Django admin page is the advantage of this perfect framework
Anonymous
In Production How can we go to admin Django panel???
Anonymous
In Production How can we go to admin Django panel???
Will it works www.domainname.com/admin
Anonymous
Mirco
?
It will works
Anonymous
Mirco
K tq
!yw
Doragonsureiyā
K tq
You're welcome! 😊
Anonymous
Is this possible to open admin panel in any other's PC by www.domain.com/admin
Anonymous
Why not ?
I thought that its impossible and I must go through Hosting server Dashboard.
Anonymous
Do anyone have your website in Production ? If yes, Your site name plz
Денис
Do anyone have your website in Production ? If yes, Your site name plz
Give us a serious reason for this. Who knows, maybe you wanna do a pentest on it.
Mirco
I want to see how it works
If u use Instagram for example, you've already seen how it works
Anonymous
If u use Instagram for example, you've already seen how it works
How Instagram Android app is made with django?
Денис
I want to see how it works
then look at https://ubuntu.com/desktop/developers
Денис
How Instagram Android app is made with django?
Not the app itself, the API apps use
Ghorz
Will it works www.domainname.com/admin
Test it first, if you don't try things, you'll never know the outcome
Ghorz
Give us a serious reason for this. Who knows, maybe you wanna do a pentest on it.
😂😂😂😂😂😂😂😂😂😂😂😂, got over 5 on production on different hosting platforms
Ghorz
How Instagram Android app is made with django?
Django, REST API, Java/kotlin/python/Objective-C, (mobile app) Databases, Message parsers, .....
Ghorz
Do anyone have your website in Production ? If yes, Your site name plz
I developed this immediately after learning django few years ago. shoppy.pythonanywhere.com
Muflone
It's an empty site
Bjorn
Do anyone have your website in Production ? If yes, Your site name plz
http://aniket-sharma.herokuapp.com/ I forgot to set debug to false so for now it's under production. Hope you won't try to mess with something.😊
Bjorn
Nice
😍
Anonymous
I think Heroku is for free to host?
Mirco
I think Heroku is for free to host?
It has a free tier, limited resources
Anonymous
It has a free tier, limited resources
Where to buy a server and domain name?
Bjorn
Where to buy a server and domain name?
You can do it on heroku after upgrading to paid subscription.
Ghorz
It's an empty site
You failed to read the message content
Muflone
You failed to read the message content
So you developed nothing after learning Django 😂
Anonymous
hi guys
Anonymous
ı have qesution
Anonymous
when my teplates folder alone tepölstes exit workimg
Anonymous
but when my teplates folden in some app not working why ?
Sultonbek Ikromov
but when my teplates folden in some app not working why ?
You have to check the path that you give in app
Sultonbek Ikromov
Maybe you are giving wrong directory
cj
Do anyone have your website in Production ? If yes, Your site name plz
https://bitbucket.com/ https://instagram.com/ https://pinterest.com/ https://developer.mozilla.org/ all of them are Django websites in production. why did you ask that question?
Rohan
Okay
Ghorz
To check admin panel bcz I have a doubt in that... www.domainName.com/admin Thank you all to solve that doubt
When you're in production, it's sensible to change the admin link. Big platform has custom admin, their django source is heavily modified. Check saleor ecommerce source code. You won't even understand the settings.py file
Ghorz
How they can change that?
It depends on you, you ought to know what to change and why
Anonymous
instead of using "/admin" in ulrs.py urlpatterns can I use my name
Mirco
Whatever u want
Ghorz
path('admin/', include('admin.xyz')) Can be changed to path('control/', include('admin.xyz'))
Ghorz
Then you access yoursite.com/control
Mirco
It's just a name , you can change it Prasad
Anonymous
Ho tq
Mirco
Doragonsureiyā
Ho tq
You're welcome! 😊
Anonymous
I have a doubt what is a API (application programming interface) and Example?
cj
To check admin panel bcz I have a doubt in that... www.domainName.com/admin Thank you all to solve that doubt
I hope that you know good websites have admin site disabled or on another location other than /admin 🤷🏻‍♂