asvs
asvs copied to clipboard
Requirements are not grouped into categories
When a new project is created, category grouping is not available.
How to reproduce:
$ git clone https://github.com/Santandersecurityresearch/asvs.git
$ cd asvs/
$ python3 -m venv .
$ . bin/activate
$ pip3 install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver