Ghorz
They both bring something into the file
cj
Include imports data, adds it to your current file
^ you said «include imports data»
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
Include imports data, adds it to your current file
how is that related to importing data? 🤔 nvm... this is offtopic now
cj
enough OT... 🤷🏻‍♂️
Ghorz
For now am dreaming Django + DRF + Angular + Ionic
cj
VueJS ftw! 😄
Ghorz
Haven't had a taste of vuejs
cj
Haven't had a taste of vuejs
it's nice, give it a try
Ghorz
Ionic will truely solve the problem of trying to learn Java to bring your app to android, Swift for IOS, C# for windows
Ghorz
Just Django it, DRF, Javascript and Ionic
Ghorz
React-Native or Flutter are better imho
If I may ask why so many frameworks, so much confusion
Leonardo
guys, my views are taking a long time to send requests, I checked the network browser console and got this
cj
bad luck, screenshot can't be read
Leonardo
bad luck, screenshot can't be read
click on screenshot and download it
Leonardo
then you can see
Leonardo
why not
cj
🤷🏻‍♂
Leonardo
🤷🏻‍♂
can you access my login page? http://ambiente.eranalitica.com.br/admin/
Leonardo
cool
Leonardo
r u on cellphone?
Leonardo
well, if i give you my admin can you check whats the performance problem?
cj
ok
cj
Added to allowed users. 😁
SJA
Hello guys
SJA
I'm new to python and I want to learn django, what are the pre-requisites
inchidi
I'm new to python and I want to learn django, what are the pre-requisites
basic knowledge of html, css, javascript, python, and how internet works
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?
Anonymous
how i can return same choices initial in form_invalid method?
Hey Hi , how did you make group permissions page in toggle button or checkbox. did u customize the inbuilt page or Create a new html page view function and url
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
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
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🤝
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
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?
REDrms
Both are hard.....it depends on what you want
Ikr 😅 been sitting stuck on this for a long while now, making very slow progress!
REDrms
I created the gunicorn.service file , but the .sock file is not getting created
Mirco
Check logs
SJA
I created the gunicorn.service file , but the .sock file is not getting created
Check the log file and when you find the error....copy and paste in Google