Code Monkey home page Code Monkey logo

devenv-django's Introduction

devenv-django

This repo demonstrates using devenv.sh alongside poetry for building Django development environment.

Specifically, devenv uses nix to install system level packages like mysql from nixpkgs & poetry uses pip to install Python packages from pypi

Note: Also see https://github.com/nix-community/poetry2nix/ which converts poetry projects to nix, this example uses both tools separately


Installation

  1. Install devenv.sh

2.a. Launch the database & a development server via devenv up

2.b. Automatically activate the environment in your shell via direnv

  • Install direnv, nixpkgs has a guide here
  • Add the direnv hook to your shell
  • Once installed, you'll see a warning in your shell the next time you enter the project directory ...
    direnv: error ~/myproject/.envrc is blocked. Run `direnv allow` to approve its content
  1. Create a .env file from .env.example & add your information

  2. Add SECRET_KEY as a repository secret in GitHub for GitHub Actions


Usage

devenv enables defining scripts in devenv.nix that are automatically added to the shell path ...

  • Launch a development server via launch-django
  • Run tests via test-all

devenv-django's People

Contributors

rdmolony avatar kourtni avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.