Hi I have a scenario where user inputs css data in text box, I need to read it and apply it to a django view. I also need to store the css data for future modifications by user.
So my question is 1.should I store the css data in database or 2.in a static css file and store path to file in db?
Thanks.