asvs icon indicating copy to clipboard operation
asvs copied to clipboard

Requirements are not grouped into categories

Open mikamp116 opened this issue 7 months ago • 0 comments

When a new project is created, category grouping is not available. Screenshot from 2024-07-05 11-53-36

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

mikamp116 avatar Jul 05 '24 10:07 mikamp116