Boston Python Workshop/Saturday/Web app project: Difference between revisions

imported>Paulproteus
imported>Paulproteus
Line 41:
 
workshop_mysite/
README.mediawiki
__init__.py
manage.py
Line 48 ⟶ 49:
These files are:
 
* README.mediawiki: Many projects come with ''README'' files that, well, you should read. This one does, too.
* __init__.py: An empty file that tells Python that this directory should be considered a Python packagemodule. (ReadBecause moreof aboutthe packages__init__.py infile, theyou officialcan Pythonuse docs''import'' ifto you're a'import Python beginnerworkshop_mysite''.)
* manage.py: A command-line utility that lets you interact with this Django project in various ways. You can read all the details about manage.py in django-admin.py and manage.py.
* settings.py: Settings/configuration for this Django project. Django settings will tell you all about how settings work.
Anonymous user