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
- Host: GitHub
- URL: https://github.com/arocks/edge-devtools
- Owner: arocks
- License: mit
- Created: 2018-04-06T12:56:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T05:38:39.000Z (about 5 years ago)
- Last Synced: 2025-04-02T21:43:28.398Z (about 1 year ago)
- Topics: django, python, python3
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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