An open API service indexing awesome lists of open source software.

https://github.com/arocks/edge-devtools

Development tools for edge Django template https://github.com/arocks/edge
https://github.com/arocks/edge-devtools

django python python3

Last synced: about 2 months ago
JSON representation

Development tools for edge Django template https://github.com/arocks/edge

Awesome Lists containing this project

README

          

# Edge Development Tools

I used a bunch of scripts for maintaining my [Edge][edge] project. They are:

* `buildtest.py`: One-shot end-to-end test from generating a project to running tests
* `templatify.py`: Escape a normal HTML template for startproject templates
* `update-requirements.py`: Updates all requirements.txt files from Pipenv output

## Install

Make sure your local Edge project repository and this devtools repository directories are side-by-side i.e. they are inside the same parent directory.

For instance this directory structure is correct:

└── my-edge
├── edge
└── edge-devtools

Read Edge documentation to find out how to setup virtual environment for Edge. All scripts are assumed to be running inside the Edge virtual environment.

[edge]: https://github.com/arocks/edge