Skip to main content

Manage .pyc files in Django project.

Project description

django-pyc
==========

django-pyc is a package that implements additional commands for Django's
`manage.py` command.

django-pyc allows to remove or recompile all `.pyc` files in the project
or Python libraries.


Installation
------------

Add `django_pyc` to your installed apps in your settings.py file.

INSTALLED_APPS = [
'django_pyc',
...
]


Usage
-----

From your shell, type:

python manage.py clearpyc

or

python manage.py compilepyc


Tests
-----

Travis CI Status

# [![Build Status](https://travis-ci.org/dex4er/django-pyc.png?branch=master)](https://travis-ci.org/dex4er/django-pyc)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-pyc-0.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page