项目作者: ripiuk

项目描述 :
Images manual allocator
高级语言: HTML
项目地址: git://github.com/ripiuk/Allocator.git
创建时间: 2018-04-05T14:43:49Z
项目社区:https://github.com/ripiuk/Allocator

开源协议:

下载


Image manual allocator

Description

It’s a mapping tool, which will help you to distribute images by their class manually.

How to run

  • Install python:

    1. make install
  • Create/update virtual environment with all
    necessary libraries by this commands:

    1. make venv_init
    2. make venv_update
  • Activate the virtual environment by command:

    1. source venv/bin/activate
  • Run server by command:

    1. make runserver
  • Place your images in the media folder in the project’s core

  • Go to http://127.0.0.1:8080