Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ok, now we can start doing the customization needed for our institution and start adding apps.  For this, refer to  You'll want to use PyCharm (refer to Details on installing and using Pycharm for webapp development) and follow the standard Development and Release Process for Webapps.

Warning

Editor's note: ADD SECTION on setting project-wide Django configuration, that is, editing wsgi.py (to set mount point/URL path segment for the project's apps) and settings.py (to set the static_root directory for project)

...