Mirco
I'm searching. I just wanna know what you guys use.
You can use free tiers of lots of nowadays PaaS or just buy a VPS It depends on your wallet
Anonymous
Check requirements.txt if rest framework is involved or not
"djangorestframework==3.11.0"is there in requirement.txt
Mirco
Which one do you use?
I used Heroku, PythonAnywhere, normal VPSs, AWS etc.
Bunty chhatri wala..
Is it possible to plot a graph using django only..and display it on a webpage?
Mirco
Yes
Batman
micro have u done cs50 web?
Mirco
No
Anonymous
https://del.dog/overenitty
Anonymous
Facing error
Mirco
You need to install psycopg
Mirco
The error is pretty clear
Anonymous
I did
Mirco
R u sure ? Did u activate the virtualenv ?
Anonymous
How to activate virtualenv
Cristian Madeira de Souza Pereira
How to activate virtualenv
Source virtualenvname/bin/activate
Cristian Madeira de Souza Pereira
source*
Anonymous
Okay
Anonymous
How can i use chained foreign keys for dropdown
Anonymous
Thanks 😊
Mirco
Source virtualenvname/bin/activate
If you are on windows , it's different
Cristian Madeira de Souza Pereira
Cristian Madeira de Souza Pereira
I never used windows
Mirco
Anyone explain this
https://simpleisbetterthancomplex.com/tutorial/2018/01/29/how-to-implement-dependent-or-chained-dropdown-list-with-django.html
Compro
Is it possible to plot a graph using django only..and display it on a webpage?
Django itself doesn't support plotting graphs. You can use combination of data generated from django and feed it to something like d3.js to plot the points. Pandas and matplotlib also have the capability to generate plots using JS that can be rendered on a web page.
Bunty chhatri wala..
Okk
Compro
Also there is django-graphos
Compro
Pick whatever you feel comfortable with
leo
Pls recommend me good django course
leo
??
Doragonsureiyā
Pls recommend me good django course
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Jasurbek
expire_date = models.DateTimeField(default=None, blank=True, null=True) is_active = models.BooleanField(default=True) how can I set is_active = False if now() is grater than expire_date?
Wazir
I created a table in django administration, for which I have created login page, but while authentication its else portion is working and the login page reopen again with the message info I set that invalid mail id or password though I entered the correct credentials.
Doragonsureiyā
I created a table in django administration, for which I have created login page, but while authentication its else portion is working and the login page reopen again with the message info I set that invalid mail id or password though I entered the correct credentials.
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites: - https://del.dog - https://dpaste.org - https://linkode.org - https://hastebin.com - https://bin.kv2.dev
Rahul
Which is best reseller shared hosting company for django web application deployment??
محمد دلشاد
Suggest me a good resource(video tuts would be best) to learn django-channels where i am complete beginner but i do have all concept clear about REST and basic stuffs]
Anonymous
python manage.py makemigrations No changes detected [No action add in Admin panel]
Doragonsureiyā
python manage.py makemigrations No changes detected [No action add in Admin panel]
Please, provide a full explanation including all the details that you consider relevant. Your statement is too broad and there is no clear way to answer you. Include details such as libraries, platforms, modules, etc.
Anonymous
Everything is oke but it dose not work?
cj
Everything is oke but it dose not work?
then it's not OK 🤷🏻‍♂️
ᴹᵃᵏˢᵃᵗ
Everything is oke but it dose not work?
Was the same error, but I don't remember how I solved it.😂
ᴹᵃᵏˢᵃᵗ
python manage.py makemigrations No changes detected [No action add in Admin panel]
Try "python manage.py migrate". Maybe it will help.
محمد دلشاد
Shanu
I want to make some project using machine learning or data science and web development with django can anybody suggest some ideas or resources
Andrej
I want to make some project using machine learning or data science and web development with django can anybody suggest some ideas or resources
You could check out kaggle.com There are a lot of analysis done. Maybe you can get some ideas, data and algorithms for your next projects.
bahaa eddine
please someone who knows about CountryField inbox me
bahaa eddine
how can I remove country flag from CountryField
Rk
plz share code "hit count django" visiter user
Xavier
python manage.py makemigrations No changes detected [No action add in Admin panel]
risky method: delete all migration, then do the initial makemigration then migrate
Mitchel
python manage.py makemigrations No changes detected [No action add in Admin panel]
I would suggest python manage.py makemigrations appname
Anonymous
When I install the pillow face this problem ---------------------------------------------------------------------------------- Command "C:\Users\Riyadh\PycharmProjects\EShop\venv\Scripts\python.exe -u -c "import setuptools, tokeni ze;file='C:\\Users\\Riyadh\\AppData\\Local\\Temp\\pip-install-3ekaq9vr\\Pillow\\setup.py';f=getattr (tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, f ile, 'exec'))" install --record C:\Users\Riyadh\AppData\Local\Temp\pip-record-xhfgw0xw\install-record .txt --single-version-externally-managed --compile --install-headers C:\Users\Riyadh\PycharmProjects\ES hop\venv\include\site\python3.8\Pillow" failed with error code 1 in C:\Users\Riyadh\AppData\Local\Temp\ pip-install-3ekaq9vr\Pillow\
Anonymous
In pycharm Jinja plugin is available ??
Anonymous
Wen am searching its showing no result ??
Sari
hai, please help me. how to input items then automatically prices and units will be filled in django form. thanks
Anonymous
hai, please help me. how to input items then automatically prices and units will be filled in django form. thanks
I think u can use initial attribute in bound form class instance in view method and __init__ in form class.... Basically initialization of form...
Anonymous
Good day all
Anonymous
I have a problems with my django app
Anonymous
I deployed it the first time without setting debug mode to false
Anonymous
But the second time i set it to false it still gave me the django error msg
Anonymous
Please i need help
Anonymous
I deployed to heroku
Anonymous
is there any reading reference for that. Thanks
https://www.webforefront.com/django/formprocessing.html