mirror of
https://github.com/penpot/penpot-admin.git
synced 2024-12-21 05:03:01 -05:00
Django based Admin interface for Penpot
images | ||
penpot_admin | ||
scripts | ||
.gitignore | ||
.python-version | ||
Dockerfile | ||
LICENSE | ||
manage.py | ||
README.md | ||
requirements.txt | ||
run.sh |
PENPOT ADMIN
Penpot Website • Penpot Community
This is a very early-stage admin application for penpot.
Getting Started
For a quick examplo on how it can be used, please refer to the penpot docker compose file for an example for how it can be used.
You should be aware that this is an ongoing work and should be considered EXPERIMENTAL.
Important Notes
- This application is built using django admin facilites, so on using it, it will create some django related tables on the same database as penpot backend. The database is shared between the penpot-admin and penpot-backend.
- The penpot-admin communicates with penpot-backend using plain sockets and PREPL, do not expose PREPL port to the internet.
- Right now it is in very early stage of development and can be considered a limit MVP application that we will going to enhace over time and user feedback/requests. So if you found an error or do you miss something, feel free to open an issue.
License
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright (c) KALEIDOS INC
Penpot and the Penpot Admin are Kaleidos’ open source projects