uv and Django - Managing Django Projects & Dependencies with uv!

Поділитися
Вставка
  • Опубліковано 9 лют 2025

КОМЕНТАРІ • 41

  • @bugbytes3923
    @bugbytes3923  6 днів тому +3

    ☕ Buy a coffee: ko-fi.com/bugbytes
    📷 uv intro video - ua-cam.com/video/igWlYl3asKw/v-deo.html
    📖 SaasPegasus uv deep dive: www.saaspegasus.com/guides/uv-deep-dive/
    ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐

  • @Lucky-sw8bv
    @Lucky-sw8bv 4 дні тому

    great walk-through on uv 👏👏
    Need more this kind of content

  • @BenMcNelly
    @BenMcNelly 2 дні тому +1

    I am quite fond of one of the interns interpretations of gunicorn as goon-icorn

  • @repotranstech
    @repotranstech 6 днів тому +1

    I have been waiting for this video, thanks 👍.

  • @АлексейКомский
    @АлексейКомский 4 дні тому +1

    Thank you 🙏

  • @brwaata3001
    @brwaata3001 6 днів тому +3

    very useful, please create a video to add uv for existing project which has requirements.txt file

    • @czue
      @czue 4 дні тому +1

      This is covered pretty extensively in the linked SaaS Pegasus guide. But the short answer is you can use "uv venv" to create the environment and "uv pip install" to install requirements.

    • @bugbytes3923
      @bugbytes3923  4 дні тому

      Thanks, glad to hear that! Thanks for the comment

  • @hakanbilgin6875
    @hakanbilgin6875 6 днів тому +2

    Thanks for the video 🎉

  • @aashayamballi
    @aashayamballi 6 днів тому +1

    Thank you 🙏🏽

  • @serychristianrenaud
    @serychristianrenaud 6 днів тому +1

    Thanks 🎉

  • @zsmain
    @zsmain 6 днів тому +1

    Thank you

  • @paolo-e-basta
    @paolo-e-basta 6 днів тому +2

    Also consider uv shell autocompletion (see the docs) instead of/along with the alias.

    • @bugbytes3923
      @bugbytes3923  6 днів тому

      @@paolo-e-basta thanks - great tip!

  • @frameff9073
    @frameff9073 6 днів тому +1

    thank you

    • @bugbytes3923
      @bugbytes3923  6 днів тому

      @@frameff9073 thanks for watching!

  • @anouarbagent2511
    @anouarbagent2511 6 днів тому

    Great video as always, is there any chance of releasing an LLM powered django app, or any AI related django tutorial soon ?

    • @bugbytes3923
      @bugbytes3923  3 дні тому +1

      Thank you. I'd like to do this - happy to take any suggestions on what the tutorial could show

  • @hdrtronic18
    @hdrtronic18 6 днів тому +2

    include audio for translate

  • @coolgirlsharu
    @coolgirlsharu 6 днів тому +1

    What about django rest framework videos series?

    • @bugbytes3923
      @bugbytes3923  6 днів тому +3

      @@coolgirlsharu more coming up very soon!

  • @gaurabneupane7215
    @gaurabneupane7215 6 днів тому +1

  • @hipertracker
    @hipertracker 6 днів тому

    What I don't like in uv is you have to remember to manually activate virtualenv with "source .venv/bin/activate" command. uv has no something similar to "poetry shell" command.

    • @paolo-e-basta
      @paolo-e-basta 6 днів тому

      @@hipertracker I think you don't have to if you use uv run. (you don't even need a .venv; but if you need for some reason, uv sync will create it).

    • @ipelezikis
      @ipelezikis 6 днів тому

      You dont have to

    • @hipertracker
      @hipertracker 6 днів тому

      @ "uv add " creates .venv/* automatically but it doesn't activate it. well, when I activate venv I can forget about any "uv run" commands. I am not sure is it intentional to force using "uv run" or it will be changed when uv gets "shell" command (like poetry)

  • @RRCampus
    @RRCampus 6 днів тому

    First view

  • @Андр-ч8о
    @Андр-ч8о 5 днів тому +1

    Thank you