snc
17 c:
damn😳😳
snc
17 c:
experience in django(year)??
Alex
I use postegre....
If you are not using any postgres specific thing in ur project, you may switch to sqlite3 or mysql
snc
6 months :P
seriously??
Anonymous
server 500, means that the server tried to process something and was unable to
Alex
seriously??
Ofcourse not. But I don't want to discuss my personality here.
Anonymous
it can be several things ...
Alex
sqlite or mysql?
I don't understand your question.
Anonymous
search in logs
Raffaele
I don't understand your question.
I have to use mysql or sqlite3?
Raffaele
Thank a lot to everyone
Alex
I have to use mysql or sqlite3?
well, actually I don't remember what plans PA uses, so cannot be 100% accurate.
Alex
As I usually say, I'm not the best person to ask about hostings stuff
Raffaele
thanks I solve the problem
Raffaele
I have a problem with My admin panel
Raffaele
It is not showing the js and css
Raffaele
maybe the problem is with the static files (?)
Alex
did you collectstatic ?
Raffaele
????
Raffaele
I don't understand
Alex
I don't understand
https://docs.djangoproject.com/en/3.0/howto/static-files/deployment/
Raffaele
You have requested to collect static files at the destination location as specified in your settings: /home/username/.local/staticfiles This will overwrite existing files! Are you sure you want to do this?
Raffaele
I have to overwrite existing files?
Raffaele
@alkalit
Alex
sure, if there was nothing valuable.
Raffaele
there is admin folder with css, js, and html...
Raffaele
so it's important
Alex
*sigh*
Raffaele
Raffaele
what's the problem
Alex
Let's start from scratch - I assume you have read the link I provided and set up your project's static settings accordingly. Then you deployed the new version of your code . Then you need to set debug=false and collectstatic and then restart ur app in dashboard. As far as I remember.
Raffaele
In these folder
Raffaele
I follow you in every step
Raffaele
but I didn't solve My problem
Raffaele
I 'm sure in wrong
Alex
I'm done then.
Raffaele
Ok thanks
Anonymous
Ok thanks
already checked the routes?
Anonymous
take a look at the urls
Roman
Hi guys, how do I ovveride the method where the serializer is created based on the model ?
Roman
LIke serizlier = serializer(someModel)
Rσуαℓ geeк
has anyone here ever tried implementing django-live-support repo ?? (a live chat bot which communicates the user to the admin ) ? @iNerV @admin @izznogooood
Anonymous
I can't find a good guide on google on how i can deploy my django website.I have the project on my computer and n github.The website has three apps .How can i deploy such a website?
Itay
use nginx for vhost routing
monké
I want to render stock data on my Django app, im using yfinance lib to get stock data and matplotlib to generate images which will be rendered on html page, is there a better and faster way, perhaps some API im unaware of?
Abhishek
Anyone have e-commerce projects
monké
@abhim_8896 there's one on freecodecamp
monké
there must be one you gotta find one stock api
There's iexfinance, but it still doesn't help in algorithmic trading...
Anonymous
Hi Guys, I have a query to related to Debug setting. When we set it to false, statics files are not getting loaded like css, js and images. I tried using STATIC ROOT still no luck
Anonymous
Any link in doing it will be highly appreciated. I don't want to use any third party libraries for doing it
Xavier
check this
Anonymous
check this
Thanks mate will look into it
Anonymous
I tried all the ways given in that pink yet no luck
Anonymous
Any git link for a project where it is used is highly appreciated
Doragonsureiyā
Any git link for a project where it is used is highly appreciated
Check out these amazing topics: https://github.com/topics
Doragonsureiyā
Anyone have e-commerce projects
Check out these amazing topics: https://github.com/topics
Anonymous
who can help the way how can i deploy my website developed by django to cpanel??
Rajvir
I'm learning websockets and channels and the error is : "No application configured for scope type 'websocket'" I have created the files routing, consumers and basic Javascript code.
Lelouch
Hey guys want to add upvote downvote feature on specific post ( created by user ) Any suggestion ?
Xavier
Xavier
that's the easiest way
Fabian
Hi, i need a little help implemenentig O auth 2 at Django Rest Framework with o auth toolkit
Doragonsureiyā
has anyone here ever tried implementing django-live-support repo ?? (a live chat bot which communicates the user to the admin ) ? @iNerV @admin @izznogooood
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 a very high amount of people here the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html