Opening a Django project through a .EXE file (Windows)

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 10

  • @zaagaabillingsoftware5274
    @zaagaabillingsoftware5274 6 дней назад +1

    i created exe with your video, its really very useful

  • @zaagaabillingsoftware5274
    @zaagaabillingsoftware5274 4 дня назад +1

    please create a video for Django to exe complete video step by step

  • @zaagaabillingsoftware5274
    @zaagaabillingsoftware5274 4 дня назад +1

    is it possible to protect the django source code once the project deliver to a customer

    • @J.Caetano
      @J.Caetano  4 дня назад +1

      hi, I'm currently working on something but I have it in my plans to make that video, I will let you know when I have it.
      Regarding the protected Django source code is a good question, certainly possible but I've never done it myself.

  • @zaagaabillingsoftware5274
    @zaagaabillingsoftware5274 6 дней назад +1

    i have created a django project, i like to give to my customers, is it possible to make full pack exe

    • @J.Caetano
      @J.Caetano  6 дней назад +1

      I'm glad it worked. I think you might be looking for an installer of a Django project,
      I have created some posts in my blog explaining how you can do it (Windows).
      I've only tested in some computers yet, but it worked in Windows 10 and Windows 11... failed for Windows 7.
      Here is the URL: www.jaimedcsilva.com/hello-world/creating-a-django-project/
      (That's the first post, then it continues through the related posts in the bottom).
      If you try, let me know if it works 🙂

  • @ACUCSVarshaN
    @ACUCSVarshaN Месяц назад

    It is working as standalone so that i can use this in another system also?

    • @J.Caetano
      @J.Caetano  Месяц назад

      This one will only work locally. To make it usable across systems it would be necessary to have an installation phase. Imagine, you would have an installation.exe that would create a venv and deploy the Django project to some folder, for example in C:\Programs, and then later generate the .exe file like in this video. I never went through that process but I would approach it like that.

  • @villager_mundaa
    @villager_mundaa 19 дней назад

    Didnt worked in otger system

    • @J.Caetano
      @J.Caetano  18 дней назад

      what system did you try it on?