Django app to manage and organise business process.
Project description
=====
Weboffice 365
=====
Weboffice 365 is a advanced Django app to manage and organise business process.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "weboffice365" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'weboffice365',
]
2. Include the weboffice365 URLconf in your project urls.py like this::
path('', include('weboffice365.urls')),
3. Run `python manage.py migrate` to create the weboffice365 models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to manage your organisation. (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/
Weboffice 365
=====
Weboffice 365 is a advanced Django app to manage and organise business process.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "weboffice365" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'weboffice365',
]
2. Include the weboffice365 URLconf in your project urls.py like this::
path('', include('weboffice365.urls')),
3. Run `python manage.py migrate` to create the weboffice365 models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to manage your organisation. (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/
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
weboffice365-0.1.tar.gz
(2.6 kB
view details)
File details
Details for the file weboffice365-0.1.tar.gz.
File metadata
- Download URL: weboffice365-0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76e6c63c2bfb6534c082d5b206be97aa4fadf2cf357866e4e9c1ba4d8640e45a
|
|
| MD5 |
814f18909fed192cfc7cdcc0b45b07a0
|
|
| BLAKE2b-256 |
f7c2852a40271f630afa229492ce072f7fa07f2ff5747e05261451dcd5bade50
|