Ghorz
They both bring something into the file
cj
cj
¯\_(ツ)_/¯
Ghorz
If I #include <stdio.h>
Am simply importing input/output function which will be used in the program.
import math
Importing maths function which will be used in the program
{℅ include '_form.HTML' ℅}
import HTML form which will be used in the program
cj
cj
enough OT... 🤷🏻♂️
Ghorz
For now am dreaming Django + DRF + Angular + Ionic
cj
VueJS ftw! 😄
Ghorz
Haven't had a taste of vuejs
cj
Ghorz
Ionic will truely solve the problem of trying to learn Java to bring your app to android, Swift for IOS, C# for windows
Mirco
Ghorz
Just Django it, DRF, Javascript and Ionic
Mirco
Leonardo
guys, my views are taking a long time to send requests, I checked the network browser console and got this
Hesen Nivas
cj
bad luck, screenshot can't be read
Leonardo
then you can see
cj
Leonardo
why not
cj
🤷🏻♂
Leonardo
🤷🏻♂
can you access my login page? http://ambiente.eranalitica.com.br/admin/
Leonardo
cool
Leonardo
r u on cellphone?
cj
Leonardo
well, if i give you my admin can you check whats the performance problem?
cj
ok
cj
cj
Added to allowed users. 😁
cj
SJA
Hello guys
SJA
I'm new to python and I want to learn django, what are the pre-requisites
George
None
Celery beat. I need to execute task every 6 hour . Such way ? 'schedule': crontab(hour='*/6'),
Anonymous
i know html,css,js,and python
Anonymous
but i don't know how to develop a full stack website
John
hi guys
John
how i can return same choices initial in form_invalid method?
licensed
can I create a object with specific id?
like Student.objects.create(id=3847, name="licensed')
I have a simple model with 1 atribbute only (name)
Mohit
Yes
Mohit
licensed
oh ty dear. i will try
Anders (izzno / gooood) 🇳🇴
cj
show your code (the one you wrote)
Name is not blank
I should depict it?
cj
¯\_(ツ)_/¯
Name is not blank
😝
cj
you're showing the tutorial code saying you're getting syntax error... so the syntax error is in the code you wrote, not in that screeshot from the tutorial 🤷🏻♂️
cj
that's not how you make a django project... create actual files and folders, don't use the Python interpreter console
Name is not blank
cj
>> from path. < the word path. is not in the tutorial code, also that's not how import works in python (using period at the end of the word)
cj
I guess you should start learning basic python first 🤷🏻♂️
Name is not blank
Alright, thanks🤝
SJA
SJA
Nonato
https://simpleisbetterthancomplex.com/tutorial/2018/01/29/how-to-implement-dependent-or-chained-dropdown-list-with-django.html
Django
Hey can somebody help me ????
I am starting learning web development
Soo where to start
From frontend or backend
Which is easier to learn first
Anonymous
How can i learn web development in python from scratch
Anonymous
I am beginner in programming
Ananthu
Ananthu
Then read django docs
Anonymous
I am learning python
Anonymous
And it is already to complete
Ananthu
Anonymous
Ok
Anonymous
Thank you
Ananthu
😊😊
ⓦⓐⓢⓓⓚⓘⓛⓛⓔⓡ
if you change your project name in Django and using PyCharm IDE....... this is the solution for re-run it in PyCharm.
https://stackoverflow.com/a/54376870/6194097
this is the answer from me 😊
REDrms
Can someone help me with gunicorn and Nginx.
I made a website using Mezzanine and deployed it using fabric, the project files are in the server.How to get it running?
SJA
REDrms
I created the gunicorn.service file , but the .sock file is not getting created
Mirco
Check logs
SJA
SJA