Skip to content

Mykeyb2004/Library

 
 

Repository files navigation

Dependency issue fixed (2021/12/26)

  • fix dependencies issue
  • python version used in project: 3.10
  • if problem appears when trying to install requeirements.txt, try to manually install with command pip install <package name>

Run project (2022/01/16)

$ # Download
$ git clone https://github.com/yaozeliang/Library.git
$ cd Library

$ # Install vierual environment
$ pip install virtualenv
$ virtualenv envname

$ # Activae virtual env
$ envname\scripts\activate

$cd ../..
$ pip3 install -r requirements.txt
$
$ # Create tables
$ python manage.py makemigrations
$ python manage.py migrate
$
$ # Start the application 
$ python manage.py runserver 

Other issues

  • No type convention or comments
  • No unit/function test implemented
  • No performance improvements yet

Another way to download project

https://katfile.com/users/alphaglobalus/114645/Django%E5%9B%BE%E4%B9%A6%E9%A6%86%E9%A1%B9%E7%9B%AE%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.5%
  • HTML 28.2%
  • Python 18.3%
  • JavaScript 2.0%