Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Created November 3, 2015 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NetguruGist/5bf3c59fead301468b7d to your computer and use it in GitHub Desktop.
Save NetguruGist/5bf3c59fead301468b7d to your computer and use it in GitHub Desktop.
rails_django_14
[18:57:33 rind]~/projects/django/blog<ruby-2.0.0-p0>$ python manage.py syncdb
Creating tables ...
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_groups
Creating table auth_user_user_permissions
Creating table auth_user
Creating table django_content_type
Creating table django_session
Creating table django_site
You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): yes
Username (leave blank to use 'rind'):
Email address: a@b.c
Error: Enter a valid email address.
Email address: a@b.pl
Password:
Password (again):
Superuser created successfully.
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment