Skip to main content

# django-sympycharfield Django Char Field using Sympy

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

## 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 demo application to your INSTALLED_APPS setting like this:

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

    from django.urls import include
    ...
    path('sympycharfield/', include('sympycharfield.demo.urls')),
  2. Run python manage.py makemigrations demo 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.

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.4.3.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_sympycharfield-0.4.3-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file django_sympycharfield-0.4.3.tar.gz.

File metadata

  • Download URL: django_sympycharfield-0.4.3.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for django_sympycharfield-0.4.3.tar.gz
Algorithm Hash digest
SHA256 8881e13f9636d05f0e40671e9505961b5dd210e7cf4def5fd82186f2927e11c1
MD5 79bf2cedac6ee899ce125dbe6077d5fe
BLAKE2b-256 4dea7a4dc7abd9020eb555ac91f408c004a3cc394a6be181fc35e1eeb39b6480

See more details on using hashes here.

File details

Details for the file django_sympycharfield-0.4.3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_sympycharfield-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3db622b9645c2c8e18f9577f77e32aab4a72679baee6ef1135094f58a0dd0df8
MD5 edfa4e1ffe3654eb9103601f47911b98
BLAKE2b-256 f82f3bc7820eb890816be770f62f717a042ce8ca2e8d9008d08baa5ca9ff2749

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4.3 This release

2 files

0.4.2

2 files

0.4.1

2 files

0.3

2 files

0.2

2 files

0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page