[Answer]-Static Files in Django Crispy Forms

1👍

You said you wanted to use Bootstrap. Uniform is an alternative to that. So you don’t need to use these files at all.

0👍

In case, you like to include the uniform instead of the Bootstrap, what you need to do is

python manage.py collectstatic

This will collect all the static files and store in uni-form folder., since after installing the crispy-forms, you might not know where the static files are..

Leave a comment