Re: Django HTML5 & CSS validation - Best Practice?

2014-06-06 Thread Bob Cochran
On 06/05/2014 08:33 PM, 77c...@gmail.com wrote: what is the best practice to validate HTML5 and CSS? I use this: http://validator.w3.org/ & http://jigsaw.w3.org/css-validator/ Is there something better? Bob -- You received this message because you are subscribed to the Google Groups "Django

Re: Django Tutorial

2012-09-09 Thread Bob Cochran
On 09/08/2012 09:02 PM, David Perez wrote: If I remember correctly I did not get prompt to create a superuser when I wrote /python manage.py syncdb/, so I am not sure if I do not have a superuser. You can check your user table manually: > python manage.py dbshell mysql> select *