Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 418 Bytes

File metadata and controls

25 lines (17 loc) · 418 Bytes

GoSign

Open source electronic signature system

Install

git clone https://github.com/AsahiSoftWareEngineer/GoSign.git

Environment

  • ServerSide -> Python3 & Django
  • Database -> PostgreSQL
  • ClientSide -> Pure CSS& Pure html & Pure Javascript

Create Admin User

$source Gosign/bin/activate

next...

$cd Gosign/mysite

next...

python3 manage.py createsuperuser