Wagtail + Docker
0:59
3 ай бұрын
Welcome to 7 Days of Wagtail
1:13
3 жыл бұрын
Command Line 101 Course Introduction
2:03
Пікірлер
@user-ld8dz8qn8r
@user-ld8dz8qn8r 8 күн бұрын
Very useful, thank you
@rezkyparma8795
@rezkyparma8795 14 күн бұрын
Very helpful video as always, i have one question, do you have any suggestion if i need to register a product into snippet that i can reuse for many pages, the product i mean like phone that has many attribute like display size, chipset information and so on, the things gets more complicated if i want to have different categories of product snippet since they could have different attributes, for example phone category might be differ from monitor category, sure they has common attribute but the extra information might be completly different, hope my question clear enough, thank you 🎉
@kemosabe5120
@kemosabe5120 18 күн бұрын
Works for me locally but not on production. I get a 500 with "django.template.exceptions.TemplateSyntaxError: 'allauth' is not a registered tag library" even though I have account 'allauth' and 'allauth.account' both in installed apps.
@techrooms
@techrooms 18 күн бұрын
I want send a copy of the message sent via Contact form to my email
@user-gu5bg4hx2d
@user-gu5bg4hx2d 22 күн бұрын
Thanks for the effort put in your videos. I recently created a mini website with Django and thats my only experience with Django family. I find Wagtail a bit inflexible as you pointed out with the css , layout of pictures respect text. I'm not a developer but I have a website for my side business on Wordpress and I'm not sure if is worth it to go through the trouble of learning Wagtail. I wasn't expecting this level of difficulty. Thanks
@darcemac
@darcemac 27 күн бұрын
Netlify link doesn’t work
@alexdin1565
@alexdin1565 27 күн бұрын
Hi, i have django project i use celery and channels can we use wagtail with this ?
@pythonantole9892
@pythonantole9892 27 күн бұрын
Why use Wagtail 2.6.1 when the latest version is 6.1.1 and why Django 2.2 when we have 5?
@serawit2
@serawit2 21 күн бұрын
I think this is a recycled tut from 5 years ago.
@DonProshetsky
@DonProshetsky Ай бұрын
How do I add the key to Sourcetree?
@keretlen
@keretlen Ай бұрын
at wagtail 6 the wagtail-modeladmin needs to be installed separately
@punpun2966
@punpun2966 Ай бұрын
when i get to 2:36 it says permission denied
@keretlen
@keretlen Ай бұрын
Unfortunately the ImageChoosePanel has been removed from Wagtail. Using the 6.1 version of it, the following solution is the nearest what I could have: 1.: use InlinePanel('banner_image', label="Banner image", max_num=1), in content_panels instead of the ImageChoosePanel 2.: create a new class after the HomePage class like this: class HomePageBannerImage(Orderable): page = ParentalKey(HomePage, on_delete=models.CASCADE, related_name='banner_image') image = models.ForeignKey('wagtailimages.Image', on_delete=models.CASCADE, related_name='+') caption = models.CharField(blank=True, max_length=250) panels = [ FieldPanel('image'), FieldPanel('caption'), ] 3.: delete the banner_image from the HomePage class 4.: you changed your model, so don't forget to makemigrations and migrate.
@basharh6763
@basharh6763 Ай бұрын
Thank you for posting again about wagtail, i am just starting and i really need this ❤❤❤❤
@rezkyparma8795
@rezkyparma8795 2 ай бұрын
Hey thank you for the video, i have question how to make image url is to pointin absolute URL or in my case i will using S3
@zubeenko
@zubeenko 2 ай бұрын
when you add content base.html it is not reflected in the home page.... either you somehow configured migrations or something with versions.
@watson8087
@watson8087 2 ай бұрын
I got a question. Why is it possible create classes in the "blocks.py" file without making any migrations?
@parastookhayami2139
@parastookhayami2139 2 ай бұрын
Dp you have any idea how I can solve this? --> No module named 'wagtail.admin.edit_handlers'
@hernansaa
@hernansaa 2 ай бұрын
thanks for the video. If you want to inset that form into other templates how would you do it? thanks.
@amirhmahmoodi4607
@amirhmahmoodi4607 3 ай бұрын
Hey you are back🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
@zlozlozlo
@zlozlozlo 3 ай бұрын
The only thing I find myself wondering about is what the fuck is Wagtail?
@worldpeace1822
@worldpeace1822 3 ай бұрын
a cms like Wordpress but with Django and better 😅
@nicholasklein3181
@nicholasklein3181 3 ай бұрын
I'm surprised how many people aren't realizing the terminal theme is from Fallout
@maryduneau4132
@maryduneau4132 3 ай бұрын
Where is the course?
@gbrown9694
@gbrown9694 3 ай бұрын
Couple of days into the course now and wanted to comment... its utterly brilliant... I've been trying to build an application with Wagtail over the past 4-5 months mostly using the docs and Copilot to help me, I've been getting by but this course is really giving me the depth I needed and helps make sense of everything... Thank you!
@pythonantole9892
@pythonantole9892 3 ай бұрын
Do you implement PPP?
@obkf-too
@obkf-too 4 ай бұрын
Sprinkle in some htmx and I would be excited.
@Gdapu
@Gdapu 4 ай бұрын
Woohoo! I have been waiting for this for 100 years. Lets gooooooooooo.......... Buying now.
@gbrown9694
@gbrown9694 4 ай бұрын
Awesome... I'll definitely be purchasing... curriculum looks great.
@abdulia1194
@abdulia1194 4 ай бұрын
Welcome back Kalob. Good to see your return. I thought you quit youtube or something. Look forward to the course.
@loki5142
@loki5142 4 ай бұрын
How do I make a script for a game?
@ScrappyCoco-xx9mr
@ScrappyCoco-xx9mr 5 ай бұрын
can you show how non-page models (snippets) can be used in different locales. I wish to populate the webpage with those snippets when the user requests the page in a specific locale.
@JoseGomez-it7mj
@JoseGomez-it7mj 5 ай бұрын
thanks for the video, very helpfull
@shadyphobia5586
@shadyphobia5586 5 ай бұрын
thank you for your precious exertion. you have a very effective teaching style! thanks a lot!🥰😊
@nasx1212
@nasx1212 5 ай бұрын
Do you sell console.log test
@devke125
@devke125 5 ай бұрын
👌🏼👌🏼👌🏼
@kennethlourisombrog2149
@kennethlourisombrog2149 6 ай бұрын
thanks
@toxa_kys
@toxa_kys 6 ай бұрын
tywm
@d.weltenbummler1535
@d.weltenbummler1535 6 ай бұрын
Thx for the content. It would be great if you link to a video where you show your environment so we are really on the same page right from the start
@kelvinmacharia3715
@kelvinmacharia3715 7 ай бұрын
Amazing.
@kindbarcid8195
@kindbarcid8195 7 ай бұрын
why is this class no longer available?
@broken_diesel
@broken_diesel 8 ай бұрын
how does this channel only have 8.68k subs?
@AlekseyFilippovHuzzah
@AlekseyFilippovHuzzah 8 ай бұрын
Regarding the text editor I consider this a heavy-lifting. After spending a year with wagtail I should say it was a trap. Since the tutorials mostly deal with "let's build a blog, guys!" you can't figure it out fast enough that everything is limited as hell. Yep, it's justified as "Let devs decide what they're after". But IMHO this is a huge time waster. Adding a color picker block, custom widgets - this stuff is poorly documented to start with. Who decided that StreamField is cool? For a pretty large project this quickly becomes a mess with 10 miles long block editing manuscript extravaganza. Oh, sure, you can extend this too, right? Through a form_template? Ugly solution. I wish your book could reflect these specific extension problems in depth. And I wish the platform could be really mature as it's being fanatically praised. I wish it could be a full-blown DX admin, targeting both devs and business, moderators, with more stuff outside of the box, with more robust block system, that would allow dynamic nesting without "it's not django way" justifications. With good docs, moreover explaining to users different scale startegies for modelling. It is funny, but if you visit stackshare.io's wagtail page you won't see any CONS section? Only the praise. Is it purposefully misleading? LOL, actually CONS I added were moderated as PROS 🤣
@farhanalikhan2912
@farhanalikhan2912 8 ай бұрын
Dear Sir, I am unable to find this course in skill share please help!
@kemosabe5120
@kemosabe5120 9 ай бұрын
This is awesome. Wish you would update for Wagtail 3 +, I can't even build the virtualenv with these older requirements Wagtail 2.8 won't install due to some issue with pillow)
@haraldsolberg7140
@haraldsolberg7140 9 ай бұрын
Thanks very much. This is very clearly presented procedure😊
@RaviGupta-os3zd
@RaviGupta-os3zd 9 ай бұрын
The course page you have linked is not available. Please edit the descriptions. Thank you for all the videos you have put up.
@nenlow
@nenlow 9 ай бұрын
wow
@karineoliveira0101
@karineoliveira0101 9 ай бұрын
I like this video. Thanks
@fl0at3rz
@fl0at3rz 9 ай бұрын
Regarding adding another BlogPage, what about translations? Since wagtail creates a duplicate page for translating things wouldn't max_count of 1 prevent the translation of webpages?
@titadoom
@titadoom 9 ай бұрын
merci infiniment
@AyeBro_NotCool.
@AyeBro_NotCool. 10 ай бұрын
this is a good tutorial but not for absolute beginners. More like you worked with functions a few times and you still dont get it. Also it wouldve been nice to use non maths examples too