We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d7096 commit 1b4a667Copy full SHA for 1b4a667
1 file changed
README.md
@@ -1,2 +1,25 @@
1
# GoSign
2
Open source electronic signature system
3
+<br>
4
+
5
+## Install
6
+```git clone https://github.com/AsahiSoftWareEngineer/GoSign.git ```
7
8
9
+## Enviroment
10
++ ServerSide -> Python3 & Django
11
++ Database -> PostgreSQL
12
++ ClientSide -> Pure CSS& Pure html & Pure Javascript
13
14
15
+## Create Admin User
16
+```$source Gosign/bin/activate```
17
18
+next...
19
20
+```$cd Gosign/mysite ```
21
22
23
24
+```python3 manage.py createsuperuser ```
25
0 commit comments