Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 334 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 334 Bytes

FingerGen_Backend

Django API for Fake Fingerprint Generation

Run Server

  1. Go to FingerGen_Backend

  2. 업데이트용

$ python manage.py makemigrations
$ python manage.py migrate
  1. 실행
$ python manage.py runserver

Conda 환경설정

$ conda env create -f environment.yml