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 
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 group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/53929082.4020007%40mindchasers.com.
For more options, visit https://groups.google.com/d/optout.


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 * from auth_user;

or

mysql> select * from auth_user where is_superuser=1;



--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.