1- <p align =" center " ><img src =" qolugo /static/logo/logov2.png" alt =" pygmy " height =" 200px " ></p >
1+ <p align =" center " ><img src =" pygmyui /static/logo/logov2.png" alt =" pygmy " height =" 200px " ></p >
22
33Pygmy
44=====
@@ -55,7 +55,7 @@ Technical Info
5555
5656- Python 3, Javascript, JQuery, HTML, CSS
5757- REST API: Flask
58- - Qolugo : Django(It serves the web user interface)
58+ - Pygmyui : Django(It serves the web user interface)
5959- DB: PostgreSQL/MySQL/SQLite
6060- Others: SQLAlchmey, JWT
6161
@@ -78,11 +78,11 @@ Note:
7878
79791 . The project has two config files:
8080 - pygmy.cfg: ` pygmy/config/pygmy.cfg ` rest API and pygmy core settings file
81- - settings.py: ` qolugo/qolugo /settings.py` Django settings file
81+ - settings.py: ` pygmyui/pygmyui /settings.py` Django settings file
82822 . SQLite is default db, if you are using PostgreSQL or MySQL with this project, make sure they are installed into the system.
83833 . To modify config settings vim ` pygmy/config/pygmy.cfg `
84844 . You can run pygmy shell present in src directory to run the program on terminal. ` python shell `
85- 5 . By default in ` qolugo/qolugo /settings.py` DEBUG is set to True, set it to False in production
85+ 5 . By default in ` pygmyui/pygmyui /settings.py` DEBUG is set to True, set it to False in production
8686
8787DB Setup:
8888=========
@@ -258,6 +258,26 @@ I would like to thank DigitalOcean for providing initial hosting to Pygmy projec
258258License
259259=======
260260
261- The MIT license (MIT)
261+ MIT License
262+
263+ Copyright (c) 2017 Amit Tripathi(https://twitter.com/amitt019 )
264+
265+ Permission is hereby granted, free of charge, to any person obtaining a copy
266+ of this software and associated documentation files (the "Software"), to deal
267+ in the Software without restriction, including without limitation the rights
268+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
269+ copies of the Software, and to permit persons to whom the Software is
270+ furnished to do so, subject to the following conditions:
271+
272+ The above copyright notice and this permission notice shall be included in all
273+ copies or substantial portions of the Software.
274+
275+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
276+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
277+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
278+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
279+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
280+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
281+ SOFTWARE.
262282
263283[ Read License Terms] ( https://github.com/amitt001/pygmy/blob/master/LICENSE )
0 commit comments