Software Alternatives, Accelerators & Startups

Django project setup - Part 1

Python Poetry Neon Database Fly.io Docker for AWS
  1. Python packaging and dependency manager.
    Pricing:
    • Open Source
    # Palindrome project Project used to explain my view on a django project architecture ## Tools, libs, etc. Some time related files. Versions on Poetry. - [Python](https://www.python.org/) Programming languange - [django-environ](https://django-environ.readthedocs.io) Manage .envs in Django - [Poetry](https://python-poetry.org/) Python packaging and dependency management - poetry.lock - pyproject.toml - [Django](https://www.djangoproject.com/) Web framework written in Python - [Docker](https://www.docker.com/) Manage containers for dev environment - compose.yaml - compose/dev/Dockerfile - compose/dev/start - .env - [Just](https://just.systems/) encapsulate commands for easier use - justfile ## Dev environment setup 1. Install Just, Docker and Poetry(opcional). 2. Copy .env.example to .env, no need for edtion. 3. Certified that docker is up and running 4. `$ just build` ## Run the server for development 1. Certified that docker is up and running 2. `$ just runserver` You can access on http://0.0.0.0:8000/.

    #Kids #Front End Package Manager #Package Manager 164 social mentions

  2. Postgres made for developers. Easy to Use, Scalable, Cost efficient solution for your next project.
    Pricing:
    • Open Source
    Part 6: Continuos Delivery. Configure staticfiles, in this case with whitenoise. Deploy on fly.io and neon.tech and, of course, using github action for that.

    #Application And Data #Data Stores #PostgreSQL As A Service 59 social mentions

  3. 3
    Edge computing is the new frontier.
    Part 6: Continuos Delivery. Configure staticfiles, in this case with whitenoise. Deploy on fly.io and neon.tech and, of course, using github action for that.

    #Cloud Computing #Developer Tools #Cloud Hosting 466 social mentions

  4. Docker Enterprise Edition (EE) for AWS This deployment is fully baked and tested, and comes with the latest Docker Enterprise Edition for AWS. This release is maintained and receives security...
    Pricing:
    • Open Source
    For now, install the Docker and Just and, of course, our django project with already a simple home page, in this case using poetry. Just encapsulate commands for easier use. Here is an example of a justfile:.

    #Developer Tools #Containers As A Service #DevOps Tools 72 social mentions

Discuss: Django project setup - Part 1

Log in or Post with