A simple app to manage newsroom staff assignments.
Project description
django-assignment-desk
django-assignment-desk
is a simple Django app to store and manage weekly editorial staff assignments.
It depends on a staff list (such as the one provided by django-editorial-staff
), and returns a rich API that can be queried by any number of consumers (we're using it to feed both a read-only web interface and a chatbot).
More detailed documentation will be added at a later date.
Quick start
-
Install this app:
pip install django-assignment-desk
-
Add "assignment_desk" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'assignment_desk', ]
-
Include the assignment_desk URLconf in your project urls.py like this:
url(r'^assignments/', include('assignment_desk.urls')),
-
Run
python manage.py migrate
to install the data models into your database. -
Start the development server and visit http://127.0.0.1:8000/assignments/ to start editing assignments.
-
Visit http://127.0.0.1:8000/assignments/api/ to explore the app's REST API.
Front-end development
django-assignment-desk
front-end pages are built using ES6 and SCSS, and this app includes a Gulp installation that converts files written in these dialects to plain JavaScript and CSS, respectively.
When developing on the front-end, you'll need to run this Gulp installation yourself. Follow these steps to get started.
-
Open a terminal window and navigate to the root of this app.
-
Within the app, navigate to
./assignment_desk/staticapp
. -
If this is your first time running Gulp on this project, run
npm install
to install JS dependencies. This may take several minutes. -
Once your dependencies are installed, run
gulp
to begin local development. -
When your Gulp server says it's up and running, visit http://127.0.0.1:3000/assignments/ for a live preview of your front-end files.
-
Proceed to modify your front-end interface by changing files in
./assignment_desk/staticapp/scss/
and./assignment_desk/staticapp/js/
. Your changes will be applied to the Gulp server URL without the need for to reload the page manually.
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
Built Distribution
File details
Details for the file django-assignment-desk-0.0.2.tar.gz
.
File metadata
- Download URL: django-assignment-desk-0.0.2.tar.gz
- Upload date:
- Size: 876.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe4739cd0d8b254bb8160927102934af9002b0bc7f6392e55ce77af085066d02 |
|
MD5 | 53be15bb379967ebd521140639b3b53d |
|
BLAKE2b-256 | 1b84018c3ddaee1ecbd7ddd0a31383c891f2669048df179bb84024a505831008 |
File details
Details for the file django_assignment_desk-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_assignment_desk-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 886.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b485d58a63620691432cc21b17b3557a955bb20e3c4f640f5706cbb53913be87 |
|
MD5 | 7cad33b9c6376bbe2c9362fc752a0893 |
|
BLAKE2b-256 | fe0b60448c69d935a69aa3c175b8e6ee7f0e71b16f75bcfa722ef1c1674bcd25 |