Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 317 Bytes

File metadata and controls

18 lines (14 loc) · 317 Bytes

admin-page-back

Introducing

This is a back-end of simple admin page using Python, Django. Front-end's stack is react, TypeScript.

Getting started

Setting up the development environment

  1. Install dependencies
pip install -r requirements.txt
  1. Run
python manage.py runserver