Successful project on windows does not render assets on mac
47 views
Skip to first unread message
robert brook
unread,
Nov 1, 2014, 6:44:21 PM11/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I am copying the code from one development machine(windows) to another (mac) and can see in the command window that 404are being displayed as the status codes. The rendered template has very little successful formatting
Any thoughts why this is happening on mac.
Also, this development will ultimately be moving to linux. I want to make sure this does not happen in production.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
it seems that python finds media directory, but not the static one, so just use print and the variable of your static folder and look at the console where python is seeing the static folder.
robert brook
unread,
Nov 1, 2014, 7:01:42 PM11/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Thanks for the clue.
99% of the paths in the settings file were variables, there was one the had a windows slash in the variable path.
Once I turned that around I was all set.
Thanks
Aliane Abdelouahab
unread,
Nov 1, 2014, 7:12:11 PM11/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message