Will... I thought there is a problem with "media_root","settings.py", or the way I served the static files... I didn't expect that at all... But, that solved the problem! I really appreciated it!
Thank you! On Jun 19, 9:03 pm, Gabriel <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > mojo escribió: > > > <title>{% block title %} Home {% endblock title %}</title> > > <meta http-equiv="Content-Type" content="text/html; > > charset=utf-8" / > > <link href="static/css/style.css" rel="stylesheet" > > type="text/css" / > > <script type="text/javascript" src="static/js/functions.js"></ > > I assume you are serving the statics file using > django.views.static.serve in your dev server. > > replace "static" with "/static" > > Regards. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.9 (GNU/Linux) > > iEYEAREIAAYFAko8NUsACgkQNHr4BkRe3pK+7wCguNU7ry4iqg/tu5b849ZlJ7vP > y2QAniRgJmt0PyhZI1HUrLQsfygskqvb > =C+Nn > -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

