Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

lanets/django-assets

Repository files navigation

django-assets

Assets management system

Getting Started

Dependencies

  • Docker*
  • Docker-Compose
  • Make

*Configuring non-root access is recommanded

Starting Development Environement

  • run $ make run-dev in root project directory.
  • Access the app via your browser at localhost:8000

Generate migration

run $ make migrate