A simple Django app to look up facts about the world.
Project description
FactBook is a simple Django app to store facts about the world. The initial focus was to have an app for keeping up-to-date country and currency information. Future plans extend to forex conversion, street adress look and measurement conversions.
Detailed documentation is in the “docs” directory.
Quick start
Add “factbook” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'fact_book', ]
Include the polls URLconf in your project urls.py like this:
url(r'^fact_book/', include('fact_book.urls')),
Run python manage.py migrate to create the fact_book models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/fact_book/ to get an overview.
Development
Clone this repository:
git clone https://github.com/obitec/django-factbook cd django-factbook
Create a python virtual environment and activate:
python -m venv venv source venv/bin/activate
Update pip and install development dependencies:
pip install -U pip pip install -r tests/requirements.txt
Build the app and documentation:
invoke build --docs
Create a pull request :-)
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 Distributions
Built Distribution
File details
Details for the file django_factbook-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: django_factbook-0.4.0-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77f362e3e1f2d91f8d7d9a9a1e0904856eb40a815d94b7709f3a3dd941dc8827 |
|
MD5 | e503a0c584b3c3155a8ac3cc2504e18a |
|
BLAKE2b-256 | 97d7563d9b724ce1653ff608bfbf52d1108428d105698eb52d4404502d1a557d |