Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pythonanywhere_test

Trying to find out how to host stuff on pythonanywhere.com

Production has its own settings.py, but here is the essential change, apart from the different SECRET_KEY and DEBUG=False:

DATABASES = {
'default': {
    'ENGINE': 'django.db.backends.mysql',
    'NAME': 'athalean$default',
    'USER' : 'athalean',
    'PASSWORD': password-goes-here,
    'HOST': 'mysql.server',
    }
}

About

Trying to find out how to host stuff on pythonanywhere.com. Basically a guestbook.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages