mirror of
https://codeberg.org/heathercat123/apicloneR.git
synced 2026-08-25 06:50:37 -04:00
Mirror of a WIP Django port/remake of ScratchR for usage with APIClone
- JavaScript 70.4%
- CSS 17.7%
- HTML 9.5%
- Python 2%
- PHP 0.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| home | ||
| projects | ||
| static/scratchr | ||
| templates | ||
| .gitignore | ||
| __init__.py | ||
| apps.py | ||
| context_processors.py | ||
| LICENSE.md | ||
| middleware.py | ||
| README.md | ||
| tests.py | ||
| urls.py | ||
| views.py | ||
APICloneR
Installation
In the root of APIClone, execute git clone https://codeberg.org/heathercat123/apicloneR.git scratchr
Then add SCRATCHR = True to local_settings.py. You may also have to run collectstatic.
If you want to host APIClone both in ScratchR and non-ScratchR mode on the same instead, also set SCRATCHR_HOST.
That's all!