Skip to main content

Django Char Field using Sympy.

Project description

# django-sympycharfield Django Char Field using Sympy

## Desciption SympyCharField is a simple Django app to use Sympy through a CharField.

Detailed documentation is in the “docs” directory.

## Install Run the command in the terminal:

pip install django-sympycharfield

## Quick start 1. Import in your models.py:

from sympycharfield.models import SympyCharField
  1. Use it as CharField.

## Test 1. If you would like to check if SympyCharField is working fine, add “SympyCharField” to your INSTALLED_APPS setting like this:

INSTALLED_APPS = [
    ...
    'sympycharfield',
]
  1. Include the SympyCharField URLconf in your project urls.py like this:

    path('sympycharfield/', include('sympycharfield.urls')),
  2. Run python manage.py makemigrations sympycharfield to create the sympycharfield models.

  3. Run python manage.py migrate to create the sympycharfield models.

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

  5. Visit http://127.0.0.1:8000/sympycharfield/ to check.

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-sympycharfield-0.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

django_sympycharfield-0.2-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

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