User Tools

Site Tools


django_installation_on_dreamhost

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
django_installation_on_dreamhost [2010/11/28 14:53] jtkorbdjango_installation_on_dreamhost [2010/11/29 11:05] jtkorb
Line 17: Line 17:
     - MySQL username (jtkorb) and password     - MySQL username (jtkorb) and password
     - Create a superuser (admin, but deleted later for just jtkorb)     - Create a superuser (admin, but deleted later for just jtkorb)
 +  - Found problem with Oracle configuration using "paste" to intercept and display errors from Django.  See [[http://wiki.dreamhost.com/Passenger_WSGI#500_Errors_with_Passenger_WSGI_Workaround|here]] for details.  Current status is that the "purdue" Oracle section of the settings.py file is commented out.
   - Verify installation   - Verify installation
  
Line 26: Line 27:
         >>> print django.get_version()         >>> print django.get_version()
         1.2.1         1.2.1
 +         
 +        [charvel] $ mysql -u jtkorb -h mysql.bikmort.com bikdjango 
 +        mysql> show tables; 
 +        +----------------------------+ 
 +        | Tables_in_bikdjango        | 
 +        +----------------------------+ 
 +        | auth_group                 |  
 +        | auth_group_permissions     |  
 +        | auth_message               |  
 +        | auth_permission            |  
 +        | auth_user                  |  
 +        | auth_user_groups           |  
 +        | auth_user_user_permissions |  
 +        | django_admin_log           |  
 +        | django_content_type        |  
 +        | django_session             |  
 +        | django_site                |  
 +        +----------------------------+ 
 +        11 rows in set (0.05 sec)
  
 ====== Old Notes from Charvel ====== ====== Old Notes from Charvel ======
django_installation_on_dreamhost.txt · Last modified: 2010/11/29 11:06 by jtkorb