Mirco
Why ? You are able to do that calculation by yourself
Mirco
And what's the problem? Ask them to send u that field as well
Mirco
And then you can use start, end and pause to make the calculation
Mirco
This is better
Anonymous
How to apply CSS in django forms
Anonymous
For any best tutorial..?
Anonymous
Ok...Thankyou!😊
AnomaLee
Hey there, am new for django n I ain't how to split big django project in to apps ..anybody who can clear this idea for me, I will appreciate it??
Bjorn
Hey there, am new for django n I ain't how to split big django project in to apps ..anybody who can clear this idea for me, I will appreciate it??
The idea is simple, you create different apps for different functionalities of the project . The app is fully self sufficient and can work independently. It's shareable, you can use the same app on multiple projects. Every app has it's own models aka database , functionalities aka views and so on .... For more info see the documentation.
Mirco
A JavaScript channel could be a better idea to post this
nigga
A JavaScript channel could be a better idea to post this
I found it, I am so ..., windows.location is a object :)))
John
Is it possible to create a folder/directory in user's machine using a button?
John
no
ok sir, thank you but I just want to know why?
cj
ok sir, thank you but I just want to know why?
because django runs on server side 🤷🏻‍♂
John
because django runs on server side 🤷🏻‍♂
I see, thank you very much sir. .
John
what is the best to use when deleting a file in django media folder? os.remove() or delete() ?
Murshid
Iam a django developer.. i started my career in django about 6 months. Can any one suggest me what to learn next to build my career in this field.
cj
what is the best to use when deleting a file in django media folder? os.remove() or delete() ?
if it's on media folder, it means it's related to a model, so you don't have to manually mess with the files using os, you'd better use the ORM functions
Doragonsureiyā
Iam a django developer.. i started my career in django about 6 months. Can any one suggest me what to learn next to build my career in this field.
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
cj
I almost completed django framework. I am asking about what next after django
learn docker, but that's out of this group topic
Anonymous
I just joined this channel. Could anyone help me with how to start with django learning?
venkatesh
can anyone send me the sample python and Django professional resumes please..
Eric
I just joined this channel. Could anyone help me with how to start with django learning?
Start here: https://docs.djangoproject.com/en/3.0/intro/tutorial01/
Gaurav
guys i am have following error while migrating, I modified table schema...done makemigratioins successfully but migrate is throwing error; https://pastebin.com/1DpJ3h02
Gaurav
this error occured when I added blank=True, default='' as argument in Charfield and ran migratioins and migrate
Gaurav
migrations was successful but migrate was not
Tony
Guys is there a way you can create a variable in a template in Django
Anonymous
You can use {% with variable_name = “” %} block and {% endwith %}
Macurrent
Can a django project work without settings.py
Macurrent
Can a django project work without settings.py
I am viewing a certain source code that has no settings.py But i can see global_settings.py
Macurrent
https://github.com/justdjango/django-ecommerce
Macurrent
https://github.com/justdjango/django-ecommerce
Thats the projects sourcecode. its running in my machine yet i dont see its settings.py from the sourcecode
Eric
Thats the projects sourcecode. its running in my machine yet i dont see its settings.py from the sourcecode
There's are there files you're looking for: https://github.com/justdjango/django-ecommerce/blob/master/djecommerce/settings/base.py and https://github.com/justdjango/django-ecommerce/blob/master/djecommerce/settings/development.py
Eric
He decided to split them.. Is that a good idea
Yes, this allows you to have separate settings for development and production
Eric
Yes, this allows you to have separate settings for development and production
Both settings/development.py and settings/production.py inherit from settings/base.py, meaning the common settings don't have to be repeated.
Nikhil
Hey anyone please come in personal chat I have to show a photo and ask a question
Nikhil
This is related to template parameter passing and using them
Nikhil
https://github.com/nikhilgurjar/djangoproject
Nikhil
This is the github code...please suggest how can I display product subcategory wise in index. Html
Nikhil
Separately
Mirco
Please stop sending this kind of messages If anyone will have time , you will get an answer
Dishant
Any Django Asyc/ ASGI Tutorials / Documentations ?? I need to create asynchronous methods.
Dishant
I did but couldn't find one.
Mirco
I did but couldn't find one.
https://github.com/florimondmanca/awesome-asgi A simple search in Github
Dishant
https://github.com/florimondmanca/awesome-asgi A simple search in Github
This is in relation with django3 if you know what i mean
Dishant
I know about channels, but django 3 supports asgi directly...
Mirco
Thanks 😊
Mirco
I know about channels, but django 3 supports asgi directly...
Django docs has all u need about asgi with Django 3.x
Dishant
Indeed!
Mirco
And there's an entire DEP on it if you wanna read every detail
Mirco
Written by the starter of moving to the async way all the Django stuff
Dishant
Great, I tried that but whole lot of Information crashes. 😅 Some examples would be great to understand the process.
Anonymous
Yea I'm also interested in knowing what asgi..that they make it 3.0
Mirco
https://github.com/florimondmanca/awesome-asgi A simple search in Github
Have a look at this guys, the list is big and I think there's no better examples than reading code
Macurrent
https://github.com/justdjango/django-ecommerce
Anyone with a complete ecommerce website... I just got one but not complete
Macurrent
whats missing?
It has errors
Alex
It has errors
well that surely sucks, ever thought about just fixing them?
Alex
joincfe.com/github he has one
sometimes you just wanna do your own thing and sell licenses
Anonymous
sometimes you just wanna do your own thing and sell licenses
I m just telling that he has one..I don't about license stuff
Alex
I m just telling that he has one..I don't about license stuff
sure but according to it was already mentioned recently and he didnt take that, it seems he wanna do his own thing
Alex
I dont want to sell. Jxt learning
cool, so you dont ask for help and get none
pauliñho
Hello guys, i hope you are all doing well. I need your help, i was trying to rename my django project then i got this error:. usage: manage.py rename [-h] [--version] [-v {0,1,2,3}] [--settingsSETTINGS] [--pythonpath PYTHONPATH[--traceback] [--no-color] [--force-color] current [current ...] new [new ...] manage.py rename: error: the following arguments are required: new
Patola
What command did you run?
pauliñho
What command did you run?
python manage.py rename
DORIAN GRAY
Who can help with email confirmation ?