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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-24 19:59:54 -04:00
home Update to work with latest APIClone 2026-08-24 14:32:58 -04:00
projects Continue work on project page 2026-08-24 19:59:54 -04:00
static/scratchr Continue work on project page 2026-08-24 19:59:54 -04:00
templates Continue work on project page 2026-08-24 19:59:54 -04:00
.gitignore Initial commit 2026-07-06 14:48:21 -04:00
__init__.py Initial commit 2026-07-06 14:48:21 -04:00
apps.py Initial commit 2026-07-06 14:48:21 -04:00
context_processors.py Continue work on project page 2026-08-24 19:59:54 -04:00
LICENSE.md Initial commit 2026-07-06 14:48:21 -04:00
middleware.py Update to work with latest APIClone 2026-08-24 14:32:58 -04:00
README.md Continue work on project page 2026-08-24 19:59:54 -04:00
tests.py Initial commit 2026-07-06 14:48:21 -04:00
urls.py Continue work on project page 2026-08-24 19:59:54 -04:00
views.py Implement Projects Selected By 2026-07-08 15:27:16 -04:00

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!