SJA
Hesen Nivas
What's the cheapest and best platform or way to host a django project? Currently i use Amazon s2 free tier but its limited
inchidi
Hesen Nivas
Cant docker or kubernetes be used... Am not familiar abt that bt if I can host a project in that... I might learn it
Mirco
Put for outside alert
Anonymous
Mirco
What's your goal ?
Anonymous
run the script and show the messages
Mirco
Ok so u can use other cool thing instead of alert() to show messages
Anyway if u have more messages loop them and pass every message to the "notification" element
Corteis
Somebody can help me !! I am having probl3ms with urls
Mirco
Mirco
Please use pastebin or similar
Mirco
Do you have learning_logs app ? With its urls.py ?
Corteis
licensed
you put this app on INSTALLED_APPS?
Mirco
It's learning_logs.urls not .url
Corteis
Mirco
Corteis
Yw 😁
It was a simple think😂
George
Because Debug=True
George
If you set debug=False you wouldnt see it 😂
Corteis
George
Maybe setting some kind of url and view and template and stuff
Ghorz
You added a URL pattern with adding index URL.
Once you edit the URL, the default django landing page will be lost.
Corteis
Corteis
Sorry!! I am starting with django
Ghorz
So how i can solve this?
Check this repo to see how I organized views and URLs
https://github.com/mymi14s/Django-Project-Starter-Template
Corteis
Mirco
Corteis
Ronald
Ghorz
The version doesnt matter
Hesen Nivas
Hesen Nivas
cj
wrap it with quotes "
REDrms
I've been stuck with this project at deploymemt for 3 weeks now, making very slow progress, I'm so desperate now 😭
Anonymous
So guys I'm new to Django. How can I have different levels of users. For example supper admin,admin and normal users
Ghorz
Ghorz
Log to admin, navigate to users, click on a user and give permission
Ghorz
Define a save methon In your register/signup view,
Ghorz
Method*
Rajab
Hello guys! I can not upload a file with the django-admin panel on the host
Rajab
Corteis
Somebody have django documentation 2.1 in pdf?
Islom
Or you just can try Zealdocs.org , it is like offline documentation
Corteis
Islom
SJA
Corteis
what is the best version of the django??
Corteis
sameone can explain to me how create a simple template!! basic code!!!
Mirco
Islom
You should work with your views
Islom
You don't call the HTML Template, instead of it you call the view function
Islom
Just go through the documentation
Rajab
Send Screen urls.py
Corteis
i found the error !!!
Rajab
Firdaus
Anonymous
is anyone know how to split string with "." in template html file
Mirco
Brian
hey guys
Mirco
Brian
How many of you work with barcodes? Do you save them in the database?
inchidi
consider using qrcode than barcode if that possible btw
Brian
consider using qrcode than barcode if that possible btw
Seems like this decision has been made..
Here's what I'm trying to achieve. I want to automate the process of bar code printing on my django site. One just clicks on a button and a html renders the bar codes. Since they're consistent, I'm thinking of uploading generated qr codes to S3 then access them like images with a URL..
I'm not sure about saving them
Brian
I'll also generate new barcodes on the fly
Code9
Code9
and return the HttpResponse object as a PNG
Brian
inchidi
Павел
https://ccbv.co.uk/projects/Django/2.1/django.views.generic.edit/CreateView/#post
can anyone explain me, which 'post' functions would work if we not define this fun in our class?
Павел
or both?