Compiling CSS to one single CSS file

2016-12-17 Thread Harold Gomez
Is there a way to compile multiple CSS to a single file in django. That means if there are 10 css files it means you have 10 http requests. But If I could compile it to one file I need one request. Is there a wa to do this in django. I saw collectstatic copy this to a folder(am I wrong?). -- You

Re: Django file upload and python Encryption How change file name

2016-04-02 Thread Harold Gomez
/myapp should be given at url filed please help -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this

Django file upload and python Encryption How change file name

2016-04-02 Thread Harold Gomez
please help me I have a django file upload sytem a python file encryption code the file encryption is done by a function called encrypt_file which will encrypt the file from path/filename.extention to path/filename.enc the filename.enc is fixed and only one file is created how can i make it

file upload encryption file name changing

2016-04-02 Thread Harold Gomez
please help me I have a file upload app also a file encryption method in that file encryption method a file is encrypted from a path/file.extenssion to a path/filename.enc --->(1) I gave the file name using MEDIA_FILE How can I give a filename.enc