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

https://github.com/gsw945/grid-admin


https://github.com/gsw945/grid-admin

marionettejs requirejs

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# grid-admin

### build note
```bash
mkdir grid-admin
cd grid-admin
django-admin startproject main .
python manage.py startapp pages
python manage.py migrate
python manage.py runserver 0.0.0.0:8787
```