[FREE] How to Deploy Django & MySQL to PythonAnywhere.com from GitHub repo.

Поделиться
HTML-код
  • Опубликовано: 2 июл 2023
  • Python #python #programming #webdevelopment
    Video contains:
    -- Create and Initialize GIT repo.
    -- Update Django Settings.py
    -- Create .env
    -- Configure environment variables.
    -- Push Code to GitHub
    -- Clone & setup project using BASH
    -- Setup the Pythonanywhere WEB ✌
    PythonAnywhere free details:
    "A limited account with one web app at your-username.pythonanywhere.com, restricted outbound Internet access from your apps, low CPU/bandwidth, no IPython/Jupyter notebook support."
    But still you can use it for testing or show casing your projects.
    Django:
    is a free and open-source, Python-based web framework that follows the model-template-views (MTV) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established in the US as a 501(c)(3) non-profit.
    Django's primary goal is to ease the creation of complex, database-driven websites. The framework emphasizes reusability and "pluggability" of components, less code, low coupling, rapid development, and the principle of don't repeat yourself. Python is used throughout, even for settings, files, and data models. Django also provides an optional administrative create, read, update and delete interface that is generated dynamically through introspection and configured via admin models.
    Some well-known sites that use Django include Instagram, Mozilla, Disqus, Bitbucket, Nextdoor and Clubhouse.
    GitHub:
    is a platform and cloud-based service for software development and version control using Git, allowing developers to store and manage their code. It provides the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project.
  • НаукаНаука

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

  • @cosio5290
    @cosio5290 9 месяцев назад +1

    Very good video! 😎

    • @NerdyAyubi
      @NerdyAyubi  9 месяцев назад +1

      Thanks bro. 🔥

  • @vrajpatel9508
    @vrajpatel9508 5 месяцев назад +1

    Awesome vidoe

    • @NerdyAyubi
      @NerdyAyubi  5 месяцев назад

      Thank you bro 👍🔥

  • @bhavinchavada806
    @bhavinchavada806 16 дней назад

    Bro when u config MySQL I don't see in pythonanywhere?
    Also we can add .env in .gitignore file ?

  • @vrajpatel9508
    @vrajpatel9508 5 месяцев назад

    Just add other way to host django project which is free and for unlimited time

    • @NerdyAyubi
      @NerdyAyubi  5 месяцев назад

      Yes, I will, fly.io is also free. I will try to make on vercel, and render too.
      Edit: I just came to know that fly io removed their free service. Its no more free.