Questions tagged [filestructure]
19 questions
0
votes
1 answer
Where to store software generated user-specific image files in Python Django?
I want to view html page with images dynamically generated on user's request by Python script in Django. I do not need to store them permanently, only to generate response html page from template. Where should I store these images (or should I)?…

Sashko Lykhenko
- 1,554
- 4
- 20
- 36
0
votes
0 answers
JavaFX8 and FXML different user directories?
I'm developing a JavaFX application with FXML and Java files. Therefore I have this filestructure:
Project/src/com.company.application.project (here are the java, fxml and css files)
Project/img (here are the images which should be loaded by fxml or…

S.Pro
- 633
- 2
- 12
- 23
0
votes
2 answers
js, img, css and ajaxcall folders?
when i download some new plugins eg. jquery plugins i put them in js folder. and the same for css and img.
so all my different applications share them. but where do i put my js/img and css for specific application/website? every website?
and where…

ajsie
- 77,632
- 106
- 276
- 381
-5
votes
1 answer
custom css path in symfony 2
I have my base.html.twig under /var/www/symfony2.5/app/Resources/views, which includes a css file which is located under /var/www/myproj/Site/Front/css/mycss.css file. My sources files (controllers) are under /var/www/files/myproj.
I included all…

Bharani
- 1
- 1
- 3