Skip to content

UWMCCF-IT-department/UWMCCFsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UWMCCFsite

website for UWMCCF

================ prayer-wall

prayer-wall is a Django app to conduct prayer wall. Visitors post pray request and can pray for others.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "prayer-wall" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = ( ... 'prayer-wall', )

  2. Include the prayer-wall URLconf in your project urls.py like this::

    url(r'^prayer-wall/', include('prayer-wall.urls')),

  3. Run python manage.py migrate to create the prayer-wall models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a prayer-wall (you'll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/prayer-wall/ to participate in the prayer-wall.

About

A website project for UWMCCF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •