Skip to content

BioComputing/django-bcf-announcements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCF Announcements

bcf-announcements is a Django app for site-wide and user-targetted announcements.

Quick start

  1. Add 'bcf-announcements' to your INSTALLED_APPS setting:

    INSTALLED_APPS = (
        ...
        'bcf-announcements',
    )
    
  2. Include the bcf-announcements URLconf in your project urls.py:

    url(r'', include('bcf-announcements.urls')),
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages