Alex
snc
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
Alex
Raffaele
snc
Raffaele
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 ...
Anonymous
search in logs
Raffaele
Raffaele
Raffaele
Thank a lot to everyone
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
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
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
Xavier
pi
Omar
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?
Xavier
Abhishek
Anyone have e-commerce projects
monké
@abhim_8896 there's one on freecodecamp
Abhishek
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
Xavier
Anonymous
Any link in doing it will be highly appreciated. I don't want to use any third party libraries for doing it
Cheap
Xavier
Xavier
check this
Anonymous
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ā
Anonymous
who can help the way how can i deploy my website developed by django to cpanel??
Anonymous
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
Onder
Fabian
Hi, i need a little help implemenentig O auth 2 at Django Rest Framework with o auth toolkit