We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
thanks for this @mikamp116, will work out how to solve this
Sorry, something went wrong.
Merge pull request #1 from mikamp116/fix-#71
0e978ca
Fix Santandersecurityresearch#71
Successfully merging a pull request may close this issue.
When a new project is created, category grouping is not available.
![Screenshot from 2024-07-05 11-53-36](https://private-user-images.githubusercontent.com/48054735/346086221-2ae670a8-6694-45b2-9b26-2179a1a6f943.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTU4NTgsIm5iZiI6MTczOTIxNTU1OCwicGF0aCI6Ii80ODA1NDczNS8zNDYwODYyMjEtMmFlNjcwYTgtNjY5NC00NWIyLTliMjYtMjE3OWExYTZmOTQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE5MjU1OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg1OTljNWM1MzYzZWE2NzM3NDI2N2M1YmE0ZDE1YjczZmQ0N2Y4YjkyNGQ3ZTljOTQxZDk5NjQzYTc4YTU1NmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kvDkAMdYP-cIW8A_XwcLdz0hkPhDGFzJXiGdfb3r6vA)
How to reproduce:
The text was updated successfully, but these errors were encountered: