A webApplication written in python-django
- python(django)
- bootstrap 4.x.x
whoever@youare:$ git clone https://github.com/adaomajor/will
whoever@youare:$ cd will
whoever@youare:$ python -m pip install -r requirements.txt
whoever@youare:$ python setup.pyBy default the app comes up set to work with sqlite. If you wanna use mysql or any other DBMS. go to settings.py in the root directory of the project and edit it!
