Add A Rich Text Editor To A Django Blog - Django Blog #21

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024

ความคิดเห็น • 258

  • @Codemycom
    @Codemycom  4 ปีที่แล้ว +1

    ▶️ Watch Entire Django Blog Playlist ✅ Subscribe To My TH-cam Channel:
    bit.ly/3bWN6wj bit.ly/2IGzvOR
    ▶️ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN

  • @Joisthename
    @Joisthename 3 ปีที่แล้ว +11

    Of all the tutorials I’ve watched about python django- I never thought I could get this far in this amazing playlist. I’ve learned a lot and yes! I’m gratefuuuuul

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      Glad it helped!

  • @ulvidamirli2758
    @ulvidamirli2758 4 ปีที่แล้ว

    What if I want non-styled version of text for my list view page. But styled in my detail page view. Thanks again for awesome tutorial, BTW!

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +1

      Nothing stopping you from doing that

    • @ulvidamirli2758
      @ulvidamirli2758 4 ปีที่แล้ว

      @@Codemycom yeah, I found the answer. Using strip_tags from django.utils.html

    • @jaybon2076
      @jaybon2076 2 ปีที่แล้ว

      @@ulvidamirli2758 how did you do this exactly? I can't seem to figure it out

    • @jaybon2076
      @jaybon2076 2 ปีที่แล้ว

      figured it out, {{ post.body | slice:":200" | safe | striptags }} in the home.html doc

  • @lucky0020
    @lucky0020 3 ปีที่แล้ว

    Great video but when user add emoji or image it breaks the layout and style of html page, is there any solution to this problem?

    • @rogueDukakis
      @rogueDukakis ปีที่แล้ว

      It has to do with "slice" on the home page. I'm trying to figure it out.

  • @nikithashekhar1522
    @nikithashekhar1522 ปีที่แล้ว +1

    (Hidden field author) Select a valid choice. That choice is not one of the available choices.
    Why does it shows this when i try to post a new blog ? Please Answer

  • @khadijahalsmiere3718
    @khadijahalsmiere3718 3 ปีที่แล้ว +4

    OMG ! did you know that you just saved my life?? big thank you and big like and big subscribe and big notification on! you deserve it man.

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว +1

      Glad you liked it!

  • @christopherk4166
    @christopherk4166 3 ปีที่แล้ว +5

    For anybody else who was wondering - I've been doing a bit of research on how safe it is render the generated rich text on a page. Obviously, you wouldn't want people to be injecting tags into your page. Thankfully django-ckeditor sanitizes the code before it gets saved in your database. tags don't work either. Neither do inline styles or script attributes like 'onclick'.

    • @danieldiaz855
      @danieldiaz855 3 ปีที่แล้ว

      Yeah but the risk remains because you can see and modify the source code!

    • @christopherk4166
      @christopherk4166 3 ปีที่แล้ว +1

      @@danieldiaz855 If I remember correctly, I tested this with by modifying the POST data before it was sent. The validation and sanitation happens server-side.

  • @trong-datnguyen3426
    @trong-datnguyen3426 2 ปีที่แล้ว +1

    when I add post, the field title tag appear "Select a valid choice. That choice is not one of the available choices.
    ", anyone get same error with?

  • @ps-vq3wf
    @ps-vq3wf 3 ปีที่แล้ว +1

    |safe tag is not recognized in react. The html tags are appearing as they are. How can we solve this ?

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      This is not a react course

  • @vanessaveizaga962
    @vanessaveizaga962 2 ปีที่แล้ว +1

    hola! sigo todos los pasos del video, y el editor me aparece en el admin, pero no en la página. Que será?
    Gracias por tus videos!!

    • @Codemycom
      @Codemycom  2 ปีที่แล้ว +1

      rewatch the video and try again

  • @softwareengineer8923
    @softwareengineer8923 9 หลายเดือนก่อน +1

    It was quite informative, thank you!

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน

      Welcome

  • @ferdousahmed5159
    @ferdousahmed5159 3 ปีที่แล้ว +1

    How can i upload images from my pc with ckeditor

  • @bnodtwari
    @bnodtwari 3 ปีที่แล้ว +1

    Hey I am not finding a well verged explanation on how to style this even in the documentation, could you please explain?

  • @evilhacker8272
    @evilhacker8272 2 ปีที่แล้ว +1

    I'm having problem Import "ckeditor.fields" could not be resolved in Django

    • @rogueDukakis
      @rogueDukakis ปีที่แล้ว

      I'm having the same issue. Did you ever figure it out by chance?

  • @sairamsr7131
    @sairamsr7131 3 ปีที่แล้ว

    NoReverseMatch at /addpost/
    Reverse for 'Blog' with arguments '('4', '8')' not found. 1 pattern(s) tried: ['blog/(?P[0-9]+)$'] how to solve this error
    this thing i am geting both places while creating and updating article
    actully i tried using success_url = reverse_lazy("home") but after updating image or url in rich text editor thowrs me this error

  • @pinochaatum5450
    @pinochaatum5450 ปีที่แล้ว

    Hi, I want to use {{ form.body }} instead of {{ form.as_p }} in order to customize my add page but it doesnt work. Not showing editor.

  • @zainulhassan9186
    @zainulhassan9186 3 ปีที่แล้ว

    CKEditor Not Working to My Post Page .Because
    I am Styling My Website Using CSS Only.
    What Can I Do For This ?

  • @DanialAzarpanah
    @DanialAzarpanah 6 หลายเดือนก่อน

    How can I add additional fonts to ckeditor? I would really love if somebody got a straight forward solution for it

  • @akashpatil4613
    @akashpatil4613 3 ปีที่แล้ว

    Ckeditor is not working when I used the AWS S3 bucket. Somebody plz help !!!

  • @mikey8099
    @mikey8099 8 หลายเดือนก่อน

    Does adding 'safe' tag makes the default escaping for that field disabled. If yes does it means that the data entered in that field is not sanitized?

  • @harmankibue2497
    @harmankibue2497 3 ปีที่แล้ว +1

    Hello is it a must to have a form file in order for ckeditor to work?

  • @manny7662
    @manny7662 10 หลายเดือนก่อน

    What if I'm using a crispy form with ckeditor?

  • @achillestroy3122
    @achillestroy3122 ปีที่แล้ว

    Can we add a signature from this editor like if I create some letter or application and at the end I want to add my signature how can I do that ?

  • @mtrkhan566
    @mtrkhan566 4 ปีที่แล้ว +2

    Can you add one more thing? I want to know "how to add comments in a blog post"?

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +4

      Yeah will probably get to that

    • @ulvidamirli2758
      @ulvidamirli2758 4 ปีที่แล้ว

      @@Codemycom Thanks!! Online chat and or chatbot would be very interesting as well.

  • @nooobgamer01
    @nooobgamer01 4 ปีที่แล้ว +1

    sir how to enable mobile view of ckeditor

    • @prakhar_pratyush
      @prakhar_pratyush 4 ปีที่แล้ว +1

      In settings.py file
      CKEDITOR_CONFIGS = {
      'default': {
      'width': 'auto',
      }
      }

  • @cyber_coding6469
    @cyber_coding6469 ปีที่แล้ว

    what about responsiveness of your website once you add ck-editor

  • @zaheerbeg4810
    @zaheerbeg4810 ปีที่แล้ว

    how can implement this without django forms

  • @amirsohail2368
    @amirsohail2368 5 หลายเดือนก่อน

    please give us github repo as well, it will help a lot, thanks

  • @ufukcicek9976
    @ufukcicek9976 ปีที่แล้ว

    Hello,
    I also use Editorjs in my project.
    But I have a problem, I can save images and files in the editor in my local, but when I deeploy the project, I get an error. It says it can't find the file. I searched a lot but couldn't find a solution.
    Do you have any idea about this topic?

    • @Codemycom
      @Codemycom  ปีที่แล้ว

      Sorry, never heard of that

  • @rahamanhabib1347
    @rahamanhabib1347 4 ปีที่แล้ว +1

    Great!!! It worked... Responsive problem in design though

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +1

      There shouldn't be

  • @Hollands2511
    @Hollands2511 4 ปีที่แล้ว +2

    Great vid! Straight to the point and just the right amount of detail. 5 minutes of this video had me finish what I tried to do for half an hour myself

  • @Jesufemi_O
    @Jesufemi_O 3 ปีที่แล้ว +1

    Hi, great content here! Please, I'm looking to use CKeditor with Django rest framework browsable API, how do I go about serializing the body field in my post serializer? thank you :)

  • @kruthikeshmk
    @kruthikeshmk ปีที่แล้ว

    Can we still do this without forms.py on a text input field?

  • @CitizenCoder
    @CitizenCoder 4 หลายเดือนก่อน

    Hey manh, first I wanted to say I love your teaching style and how easy you make things. I was able to easily integrate this with my existing app. However, I found out after getting it installed and running that the company no longer supports it, and they want you to pay to upgrade etc(not afraid of paying, but no budget at the moment). Is there another one that you would recommend to use, that is maybe just as easy to implement? I've looked at Quill but I can't seem to get it working. Thanks for your video and your time.

    • @Codemycom
      @Codemycom  4 หลายเดือนก่อน +1

      sorry no

  • @universefacts6757
    @universefacts6757 ปีที่แล้ว

    How to interact with this using js events?

  • @aminalih4764
    @aminalih4764 4 ปีที่แล้ว +1

    Hello , thank for video
    I have a question this rich text work correctly on django admin panel but in my admin panel it doesn't work
    how can I fix it ?

    • @rajpanchal2169
      @rajpanchal2169 3 ปีที่แล้ว

      if You solve it tell me please

    • @aminalih4764
      @aminalih4764 3 ปีที่แล้ว

      @@rajpanchal2169 Hello friend , according to the ckeditor (RichText) documentation we should add some custom setting in SETTING.py file in django project

  • @idkname
    @idkname ปีที่แล้ว

    what if upload img, it works?

  • @twoandhalfbengals
    @twoandhalfbengals 2 ปีที่แล้ว

    cool.. can you explain how to make this work on AWS and S3? keep getting files forbidden. It's trying to load from my app, not sure why..

  • @geeorge
    @geeorge 3 ปีที่แล้ว +1

    this is the 4th editor I'm trying to use with django and the first time it actually works. Many thanks!!

  • @elegantdigitalskills3073
    @elegantdigitalskills3073 4 ปีที่แล้ว +1

    Hello, John Elder, you are a true Legend.
    well i am having problems when Adding post with Ckeditor. I have added Safe to avoid the html tags but it only disappeared on home page. when i click on one blog post to read i find tags in there and no line breaks...

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +1

      if you added safe to the home page...yeah, it will only effect things on the homepage...you have to add it to the blog post pages if you want it there too.

    • @elegantdigitalskills3073
      @elegantdigitalskills3073 4 ปีที่แล้ว

      @@Codemycom Thanks for your response. It worked well. Be blessed

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      @@elegantdigitalskills3073 Awesome

  • @fariaius3874
    @fariaius3874 3 ปีที่แล้ว

    Works Fine at my localhost but doesn't at server....Please Help

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      I have videos on pushing sites to heroku for hosting. It's a whole thing

  • @edwardhanson8039
    @edwardhanson8039 ปีที่แล้ว

    i did not use the form.as_p, i made an html form and linked it to the model, the ckeditor is not showing, how do i solve it please?

  • @bintangpratomo8879
    @bintangpratomo8879 3 ปีที่แล้ว

    hiiii
    i have a question about the ckeditor.
    the django ckeditor has no class name each element, so how i can set default class name on each element?
    example : when i add an image, the image element tag will be like this

  • @ryanegbe873
    @ryanegbe873 11 หลายเดือนก่อน

    wow, great video, I must say. 5:33 Line 24 has saved me from the frustration I have been going through for a week now. Thank You so much💗💗💗💗💗💗

    • @Codemycom
      @Codemycom  11 หลายเดือนก่อน

      Happy to hear it!

  • @innocent8484
    @innocent8484 ปีที่แล้ว

    When I try to export my query to a word file, I cannot use the safe feature, so I cannot read the data. I cannot view the value because the tag is recorded in the database. Is there a solution for this?

  • @chrisdevcode
    @chrisdevcode 2 ปีที่แล้ว

    Still referrig to Codemy Videos while debugging LOL:

  • @benjaminhodges3589
    @benjaminhodges3589 3 ปีที่แล้ว

    Anybody know why linebreaks aren't showing up/working for me when using this?

  • @chiccoaderik
    @chiccoaderik ปีที่แล้ว

    Always great and surprisingly quick and easy what you do for us.
    I will never stop thanking you.
    Excuse me for my barely enough English.
    Riccardo

    • @Codemycom
      @Codemycom  ปีที่แล้ว

      Thanks, I appreciate it!

  • @ali_sadrian
    @ali_sadrian 2 ปีที่แล้ว

    Are the fields (bold, italic, etc) editable? For instance can I remove the image icon from it?

  • @ali_sadrian
    @ali_sadrian 2 ปีที่แล้ว

    Your youtube channel is the best in the game. I'm a legit fan of yours now

  • @sriram9786
    @sriram9786 3 ปีที่แล้ว

    I like the way he tells smash the like button and subscribe

  • @andresmon33
    @andresmon33 3 ปีที่แล้ว

    how can I protect that ckeditor input of malicius script tag?

  • @momozkichutney
    @momozkichutney 3 ปีที่แล้ว

    My image is not coming there.. The image is not loading

    • @momozkichutney
      @momozkichutney 3 ปีที่แล้ว

      Moreover it's only online images.. How can i upload images from my local machine... That are downloaded in my pc

  • @oscareliceballosavila9860
    @oscareliceballosavila9860 2 ปีที่แล้ว

    no works well in template just in the admin...

    • @Codemycom
      @Codemycom  2 ปีที่แล้ว

      You're mistaken

  • @funwithpython883
    @funwithpython883 3 ปีที่แล้ว

    Can I get help with how to insert a local image in TinyMCE?

  • @koreckie4967
    @koreckie4967 2 ปีที่แล้ว

    Hi, is there any way to put the max size of an image. For example when I upload an image and it is over 500 width and 500 height then the post is not created and there will be an alert.

    • @Codemycom
      @Codemycom  2 ปีที่แล้ว

      Probably, but I don't have videos on that

    • @koreckie4967
      @koreckie4967 2 ปีที่แล้ว

      @@Codemycom so do you know any way to do it?

  • @Node2020
    @Node2020 3 ปีที่แล้ว

    but how to edit the size of the ckeditror image in HTML so that on the pre-display page the image fits into the card?Thank you!

    • @WVZoro
      @WVZoro 3 ปีที่แล้ว

      put it inside a div with the height and weight you want. it should adapt to that div

  • @juricapuljiz5738
    @juricapuljiz5738 2 ปีที่แล้ว

    Wow, closest thing to magic, thanks so much!

  • @CodeBreakersOfficial
    @CodeBreakersOfficial 4 ปีที่แล้ว

    you are awesome sir plz make a video on inventory management system

  • @harshdeepsingh9324
    @harshdeepsingh9324 3 ปีที่แล้ว

    Please make a video on how to add ads on our website

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว +1

      Just paste the ad code anywhere you want on your site

  • @agentNirmites
    @agentNirmites 2 ปีที่แล้ว +1

    This video is great!

  • @bhanuprakash9765
    @bhanuprakash9765 3 ปีที่แล้ว

    I got it...what iam searching for...tnq

  • @lawrenlelko
    @lawrenlelko 2 ปีที่แล้ว

    ckeditor - is responsive! WooHoo!

  • @user-pv3zm5vo7x
    @user-pv3zm5vo7x 4 ปีที่แล้ว

    It works well in '127.0.0.1'. But when I uploaded in Azure, it dosen't works :(... Anyboy help me.

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      You need to modify your app to host it online. It's a whole process.

  • @bartcarpenter9427
    @bartcarpenter9427 3 ปีที่แล้ว

    Great video...Is there a more robust editor available for Django? Select the font type, size, page breaks etc?

  • @motiurrahman8751
    @motiurrahman8751 2 ปีที่แล้ว

    Take love and respect mate!

  • @programmer518
    @programmer518 3 ปีที่แล้ว

    hello thank for this video
    I have two questions how to change the language in ckeditor and
    is django-ckeditor-5 same as this pakage?
    thank you

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      Sorry, not sure

  • @darshitvekariya1936
    @darshitvekariya1936 2 ปีที่แล้ว

    if check comment for you have like version issue:
    proper work but some version issues in the low python version
    else:
    keep smiling and continue the video to Improve knowledge

    • @Codemycom
      @Codemycom  2 ปีที่แล้ว +1

      yes it is

    • @darshitvekariya1936
      @darshitvekariya1936 2 ปีที่แล้ว

      ok sir let me explain my project is old like 2 year
      there is a version issue and I am stuck can you have any temporary solution
      sorry for what I said not working..

    • @Codemycom
      @Codemycom  2 ปีที่แล้ว

      @@darshitvekariya1936 You can use any version you want

  • @isaacsamuel1689
    @isaacsamuel1689 ปีที่แล้ว

    Please I realised that in my code, the line is not going beyond if request.method=="POST": because reqeust.METHOD == GET.
    In my html I used method="POST". Before introducing ckeditor, it was working fine. What could be responsible for the request.METHOD being GET and not POST?

    • @isaacsamuel1689
      @isaacsamuel1689 ปีที่แล้ว

      The issue was not ckeditor, it is as a result of introducing Language Translation. I added /en/..... to my html form action and the problem was over. Thanks

  • @theglammcoder
    @theglammcoder 4 ปีที่แล้ว

    Hey , ckeditor is going out of my container of my add_post page, Any idea how can i adjust the size of ckeditor ???

    • @prakhar_pratyush
      @prakhar_pratyush 4 ปีที่แล้ว

      In settings.py file
      CKEDITOR_CONFIGS = {
      'default': {
      'width': 'auto',
      }
      }

    • @darwinsterritory
      @darwinsterritory 3 ปีที่แล้ว

      @@prakhar_pratyush You did such a good deed, and no one even said thank you to you, but you helped me a lot and I say thank you friend!)

  • @dradrigapatrick
    @dradrigapatrick 4 ปีที่แล้ว

    I used to think these things are hard, but now you have show to me that they are actually not.
    How do you guys remember all of these stuff!!
    I need the trick.
    I love the Tutorial. I can see where am going.

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Glad you're enjoying the videos!

  • @thetechtimes
    @thetechtimes 3 ปีที่แล้ว

    Thanks are not enough!!!

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      Thanks for watching!

  • @jonadabedesantanapinho3072
    @jonadabedesantanapinho3072 ปีที่แล้ว

    Thank you, brow!

  • @andrewsmichael7047
    @andrewsmichael7047 4 ปีที่แล้ว

    Please master, can you help with a tutorial on how to send reset password link to a user on production, I have followed some tutorials and it's working on local host but saying SmtpRefuse To send error on production...
    Thank you

    • @FalseDev
      @FalseDev 4 ปีที่แล้ว

      Check your mail credentials in production

  • @imadsalim9586
    @imadsalim9586 4 ปีที่แล้ว

    Hi Mr John Elder, you are doing great job , plz can you make video bout creating chatbot using django

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +1

      I don't really know anything about chatbots, sorry

  • @scoryjf1154
    @scoryjf1154 ปีที่แล้ว

    Despite your fucking langage which obliged me to quickly progress in english, i also quickly progress in python django html... Thank a lot !

    • @Codemycom
      @Codemycom  ปีที่แล้ว

      You're welcome, I think...

  • @leonardodasilvadiasjunior3899
    @leonardodasilvadiasjunior3899 ปีที่แล้ว

    Very amazing, master. Congratulations, you are the man.

  • @fabiof.deaquino4731
    @fabiof.deaquino4731 4 ปีที่แล้ว +1

    Great job :)

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +1

      Thank you!

  • @joelmiruni8660
    @joelmiruni8660 4 ปีที่แล้ว

    When I post content using the CKEditor, also the HTML tags are displayed on the page am rendering. For example, when I type HELLO WORLD in the editor, on my page it looks like this HELLO WORLD. Kindly it will be of great help to me if assisted.

    • @rossideas
      @rossideas 4 ปีที่แล้ว +1

      I had that issue and it was the "safe" word needed to be added to home.html, categories.html and article_details.html both for it to work correctly.

    • @joelmiruni8660
      @joelmiruni8660 4 ปีที่แล้ว

      @@rossideas thanks, i did this way {{post.body|safe}} and worked. And have you checked ...Add Blog Post Page - Django Blog #4... on these tutorial series, when i press the post button nothing happens, just being redirected on the same add post page.

  • @sriram9786
    @sriram9786 3 ปีที่แล้ว

    How jt handles cross site request attack. Meaning how it handles tag injected how it is going to clean the harmful tags?? Thank you 🌹 your videos are always awesome. Waiting for your reply

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      django uses csrf tokens

    • @sriram9786
      @sriram9786 3 ปีที่แล้ว +1

      @@Codemycom I am asking cross site scripting sorry.

  • @aminvasefpoor5383
    @aminvasefpoor5383 3 ปีที่แล้ว

    Man! You saved my life with this video! Thanks :D

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      Happy to hear it!

  • @kashibrown9989
    @kashibrown9989 2 ปีที่แล้ว

    this is amazing man... THANK YOU!

    • @Codemycom
      @Codemycom  2 ปีที่แล้ว +1

      Welcome! Glad you found it useful!

  • @ketanpatil3064
    @ketanpatil3064 4 ปีที่แล้ว

    Thank you for the video Mr.White

  • @spreadhysteria3650
    @spreadhysteria3650 4 ปีที่แล้ว

    How to upload the picture, from my computer?

  • @esvictor
    @esvictor 3 ปีที่แล้ว

    Smaaaash button

  • @sandipsandal
    @sandipsandal 4 ปีที่แล้ว

    I had installed pip install django-ckeditor
    then registered in installed app
    'ckeditor'
    then from ckeditor.fields import RichTextField
    it gives
    "unresolved import 'ckeditor.fields'",
    how can I fixed it

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +1

      What did you do differently from the video? Go back and rewatch the video and retrace your steps

    • @sandipsandal
      @sandipsandal 4 ปีที่แล้ว

      @@Codemycom Yes,I have done, thanks

    • @Krazyscav
      @Krazyscav 3 ปีที่แล้ว

      @@sandipsandal hey I'm having this same issue.. How did you resolve it?

  • @gabrieuz
    @gabrieuz 2 ปีที่แล้ว

    Thank You.

  • @deyvidsantos3663
    @deyvidsantos3663 2 ปีที่แล้ว

    Excellent video and excellent explaining, Thank you very much.

  • @symbi21
    @symbi21 3 ปีที่แล้ว

    cool! but what if i want to upload a image from local pc

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      go ahead and do it.

  • @coolshoeshine
    @coolshoeshine 2 ปีที่แล้ว

    Another super excellent video where it just straight up answered a question with no bs in the way. You sir are a king amongst men.

    • @Codemycom
      @Codemycom  2 ปีที่แล้ว +1

      Glad you enjoyed it!

  • @ali_sadrian
    @ali_sadrian 2 ปีที่แล้ว

    Thank you Sir! Amazing!

  • @tailorjaimin5161
    @tailorjaimin5161 4 ปีที่แล้ว

    Thank You So Much for your videos
    I am implemented with you 😀

  • @amritsubramanian8384
    @amritsubramanian8384 3 ปีที่แล้ว

    you are exceptional, thanks for giving me a hand on developing a blog

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      thanks for watching!

  • @deki90to
    @deki90to 4 ปีที่แล้ว

    Great, like always! But, how to add look to delete_post.html? '{{ form.media }}' don't work there...

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +1

      Why in the world would you need to add it there? You aren't editing anything when you delete. You can't possibly use it there.

    • @deki90to
      @deki90to 4 ปีที่แล้ว

      @@Codemycom Because maybe my page ins't like yours. I want to user see what he's gonna delete. I found out, missed |safe

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      @@deki90to ah

  • @shalinikrishna7950
    @shalinikrishna7950 4 ปีที่แล้ว

    How can we style the images with classes like img-fluid and viewports?

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Click the code button on the editor an type in any classes you like

  • @krankerapfel
    @krankerapfel 4 ปีที่แล้ว

    Thank you for this great video ! Do you know if it's possible to pick a picture in our project database. Or if we can dev a custom button ?

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Sorry, not sure what you mean

  • @antorzuck
    @antorzuck 3 ปีที่แล้ว

    ladies and gentleman, this guy is a legend

  • @almiracontracting5119
    @almiracontracting5119 2 ปีที่แล้ว

    thanks

  • @RugvedhiGuru
    @RugvedhiGuru 4 ปีที่แล้ว

    awesome content bro ...
    love it ..
    Best Django Tuts on youtube..
    u make it look so easy ..

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Glad you like it!

  • @technoinfoworldwide2329
    @technoinfoworldwide2329 4 ปีที่แล้ว

    how to add desktop videos on ckeditor(not a youtube link) as there is no any option of adding video ..make a tutorial on this..

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      I doubt I'll do that. No one hosts their own videos, you use youtube or vimeo. You would just paste in the embed code youtube or vimeo gives you into the blog form there, there's nothing to it.

    • @technoinfoworldwide2329
      @technoinfoworldwide2329 4 ปีที่แล้ว

      @@Codemycom why not sir, there are some site which hosts their own video too..i had found ckeditor plugin of video in its official documentation but when i tried to implement ,it doesn't work.you may try it