Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 461 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 461 Bytes

Terminal commands

#From sangit
      For installing dependency  
            # pip3 install -r requirements.txt
            If you encounter issues with psycopg2, try running the following (OSX):
            # export LDFLAGS="-L/usr/local/opt/openssl/lib"

      For running the app (5000)
      
            # python3 manage.py runserver

###You will have create own samba server to use this.