A simple Django app to track Stocks on Brazilian Stock Market
Project description
=====
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
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
django-brstocks-0.9.tar.gz
(9.3 kB
view details)
File details
Details for the file django-brstocks-0.9.tar.gz
.
File metadata
- Download URL: django-brstocks-0.9.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
94f37a187ddd86445ffe4276a3a37280074b4e0a9ca93cfd015565f6fda049ee
|
|
MD5 |
5d19e90e659ec2dff418c813becb6254
|
|
BLAKE2b-256 |
afb74c5274f1f45d468f3dcd28c1c6b1b305fff1bfcef038ec5aa5157fb4db6a
|