=====
django-brstocks
=====
django-brstocks is a simple Django app to conduct Web-based Stock Logging.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'django_brstocks',
]
2. Include the polls URLconf in your project urls.py like this::
path('investments/', include('django_brstocks.urls')),
3. Run `python manage.py migrate` to create the brstock models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create new objects(you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/investments/stocks/ begin
django-brstocks
=====
django-brstocks is a simple Django app to conduct Web-based Stock Logging.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'django_brstocks',
]
2. Include the polls URLconf in your project urls.py like this::
path('investments/', include('django_brstocks.urls')),
3. Run `python manage.py migrate` to create the brstock models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create new objects(you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/investments/stocks/ begin
Release files for django-brstocks 0.9
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-brstocks-0.9.tar.gz | 9.3 kB | Details |
Release files / django-brstocks-0.9.tar.gz
| Download URL | django-brstocks-0.9.tar.gz |
|---|---|
| Size | 9.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
94f37a187ddd86445ffe4276a3a37280074b4e0a9ca93cfd015565f6fda049ee
|
|
BLAKE2b-256 checksum How to use checksums |
afb74c5274f1f45d468f3dcd28c1c6b1b305fff1bfcef038ec5aa5157fb4db6a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |