Django Char Field using Sympy.
Project description
# 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.
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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8881e13f9636d05f0e40671e9505961b5dd210e7cf4def5fd82186f2927e11c1 |
|
MD5 | 79bf2cedac6ee899ce125dbe6077d5fe |
|
BLAKE2b-256 | 4dea7a4dc7abd9020eb555ac91f408c004a3cc394a6be181fc35e1eeb39b6480 |
File details
Details for the file django_sympycharfield-0.4.3-py3-none-any.whl
.
File metadata
- Download URL: django_sympycharfield-0.4.3-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3db622b9645c2c8e18f9577f77e32aab4a72679baee6ef1135094f58a0dd0df8 |
|
MD5 | edfa4e1ffe3654eb9103601f47911b98 |
|
BLAKE2b-256 | f82f3bc7820eb890816be770f62f717a042ce8ca2e8d9008d08baa5ca9ff2749 |