Skip to content

xgdfalcon/django-cpss-facebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠 Status: In Development

django-cpss-facebook currently in development.

Python Facebook API - Django CPSS by XGDFalcon®

Build Status PyPI version

Description

This is the Django component that helps to integrate aspects of facebook into your application

Django version

This project will focus on the currently supported Django releases as stated on the Django Project Supported Versions table.

Backward compatibility with unsupported versions won't be enforced.

Documentation

Project documentation is available at TBP.

Setup

  1. Add "django-cpss-facebook" to your INSTALLED_APPS setting like this::
    INSTALLED_APPS = [
        ...
        'cpss_facebook.CPSSFacebookConfig',
    ]
  1. Run python manage.py migrate to create the django-cpss-facebook models.

Contributing

See the CONTRIBUTING.md document for details.

Versioning

This project follows Semantic Versioning 2.0.0.

License

This project follows the Apache license. See the LICENSE for details.

About

This is the Django component of the for the facebook api. It implements the needed functionality to integrate facebook in a Django based project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages