lew
Mirco
Are every video urls working except play ?
lew
Luis
Luis
Agora.2009.foobar.etc
Luis
It does not match \w
Mirco
Yup, I was also thinking about that issue
Luis
yes
Change the regex to .+
Luis
lew
thanks!!
Luis
Mirco
you're absolutely right
Anyway that's a simple url pattern, so if u can upgrade to a newer Django version you could use path('video/play/<name>/') where name is a string by default and for complex urls path you can still use regex with re_path
lew
ok, thanks
Anonymous
Can anyone explain add to cart logic in django
Anonymous
Commercial website
Anonymous
Having problems learning Django forms
Anonymous
Using simple is better than complex tutorial
Mirco
Anonymous
The meta class stuff
Anonymous
For Forms
Anonymous
Let me take a picture
Anonymous
Subject and message
Anonymous
Only one created
Anonymous
Can't send pictures for some reason
Mirco
Anonymous
Ok
Anonymous
Class NewTopcForm(forms.ModelForm):
Message =forms.charfield(***)
Class Meta:
model =Topic
fields =['subject','message']
Mirco
Use pastebin or similar , it's easier to read and we can edit to help u
Anonymous
Okay
Mirco
😁😁
Anonymous
Thanks
Anders (izzno / gooood) ๐ณ๐ด
I just finished a 300 line models.py and ran migration without a single error, and everything looks ok... Thats NEVER happened...
Guillermo
Mirco
🤣🤣
The perfect scenario of ugly hidden bugs 😂😂 ( hope that's not true 🤣 )
cj
wait until migration_0002...
Anders (izzno / gooood) ๐ณ๐ด
oh god...
Anders (izzno / gooood) ๐ณ๐ด
I ment you all.
Anders (izzno / gooood) ๐ณ๐ด
;)
Mirco
Do you have tests that cover those 300 lines of new code ?
Anders (izzno / gooood) ๐ณ๐ด
What do you think :)
Anders (izzno / gooood) ๐ณ๐ด
I am painfully aware of whats to come.
Anders (izzno / gooood) ๐ณ๐ด
Next is the admin fiile, then the DRE, then theres the tests... days and days of writing tests.... Then theres the html/css/js which is the fun part....
Mirco
Goood 😁😁😁💪💪
Anders (izzno / gooood) ๐ณ๐ด
I went with Sematic UI, if you have not used it you should give it a try.
Mirco
Yup, we have a python community called PyRoma ( PyRome ) here and it's made with Semantic UI
Anders (izzno / gooood) ๐ณ๐ด
nice... Rome... Me and wifey love that city...
Mirco
Apart historical heritage, nowadays I don't like it ( but the story is long and we are OT 😂 )
Anders (izzno / gooood) ๐ณ๐ด
We will be back after our girl becomes a bit older (3y now, born 9 months after our last trip to rome. 🙄). Ill stop spamming now ;).
Mirco
Danilo
hi guy, i try make migrate in my project but show this erro for me
params={'value': value},
django.core.exceptions.ValidationError:
inchidi
kintul
How can i make mt first website in django??
Step by step guide will be helpful
Anonymous
Anonymous
Official document is available
kintul
Will it do??
lex
inchidi
Anonymous
Anonymous
👍
Mr. Rude
Does anyone know where might i find a group like this for react?
Mayank
HI
Mayank
i want to ask an issue that if i want to display tables of 3 different models into one table in django admin area how to do that
Kowalski
Does anybody know any good tutorial for django REST API with djongo? (Apart from the official documentation)
Anonymous
Anonymous
Danilo
Gio
hi all, is it possible to encrypt a string with the SECRET_KEY and store it in the database?
Anders (izzno / gooood) ๐ณ๐ด
is it a bad idea to use lamdas in upload_to ?
inchidi
Gio