A simple app Django app to to do some basic calculations
Project description
========
Mathcalc
========
Mathcalc is a simple app created for the class requirement.
Detailed documentation (if any!) is with in the source files as comments.
(I'd suggested to go through the source, since that would be an easier task than to
figure out manually)
Quick start
-----------
1. Add "shopcart" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'mathcalc',
]
2. Include the shopcart urlconf in your project urls.py like this::
urlpatterns = [
...
url(r'^mathcalc/', include('mathcalc.urls')),
]
3. Start the development server and visit http://127.0.0.1:8000/mathcalc/ to view the
mathcalc app
Mathcalc
========
Mathcalc is a simple app created for the class requirement.
Detailed documentation (if any!) is with in the source files as comments.
(I'd suggested to go through the source, since that would be an easier task than to
figure out manually)
Quick start
-----------
1. Add "shopcart" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'mathcalc',
]
2. Include the shopcart urlconf in your project urls.py like this::
urlpatterns = [
...
url(r'^mathcalc/', include('mathcalc.urls')),
]
3. Start the development server and visit http://127.0.0.1:8000/mathcalc/ to view the
mathcalc app
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-mathcalc-0.1.tar.gz
(4.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-mathcalc-0.1.tar.gz.
File metadata
- Download URL: django-mathcalc-0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
709500220615b8ff9dc18b698e2d49cdfd0dfdc8f2d1f909236e888f4cde64a3
|
|
| MD5 |
4bac5372ae714b6d9967cf851530f410
|
|
| BLAKE2b-256 |
65e2e43f3420b02ba43474df0b346df7faba20cfc9b6f4bbd8c23cb832ed2cba
|
File details
Details for the file django_mathcalc-0.1-py3-none-any.whl.
File metadata
- Download URL: django_mathcalc-0.1-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9b55fb2c0541d4d6a31c59d90ba54b54d165adca56655ce95cee15084de5792
|
|
| MD5 |
8987c15d32b0ccb598c710b01692ed48
|
|
| BLAKE2b-256 |
a9f974ae590e2178e3f7dba8417f38746d92ce9ba4a0b73d6df1a70c9476e88c
|