# 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
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',
]
Include the SympyCharField URLconf in your project urls.py like this:
from django.urls import include ... path('sympycharfield/', include('sympycharfield.demo.urls')),Run python manage.py makemigrations demo to create the sympycharfield models.
Run python manage.py migrate to create the sympycharfield models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a sympycharfield (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/sympycharfield/ to check.
Release files for django-sympycharfield 0.4.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_sympycharfield-0.4.3.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_sympycharfield-0.4.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.9 kB
Release files / django_sympycharfield-0.4.3.tar.gz
| Download URL | django_sympycharfield-0.4.3.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8881e13f9636d05f0e40671e9505961b5dd210e7cf4def5fd82186f2927e11c1
|
|
BLAKE2b-256 checksum How to use checksums |
4dea7a4dc7abd9020eb555ac91f408c004a3cc394a6be181fc35e1eeb39b6480
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|
Release files / django_sympycharfield-0.4.3-py3-none-any.whl
| Download URL | django_sympycharfield-0.4.3-py3-none-any.whl |
|---|---|
| Size | 8.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3db622b9645c2c8e18f9577f77e32aab4a72679baee6ef1135094f58a0dd0df8
|
|
BLAKE2b-256 checksum How to use checksums |
f82f3bc7820eb890816be770f62f717a042ce8ca2e8d9008d08baa5ca9ff2749
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|