Skip to main content
=====
djangoapps-company
=====

a simple web app build with django

Quick start
-----------

1. Add "bases......" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'bases',
'rest_framework',
'rest_framework.authtoken',
'rest_auth',
'allauth',
'allauth.account',
'rest_auth.registration',
'usercenter',
'company',
)

2. Add " LOGIN_URL='/usercenter/login/' " to your INSTALLED_APPS setting like this::

3. Include the URLconf in your project urls.py like this::

url(r'^rest-auth/', include('rest_auth.urls')),
url(r'^rest-auth/registration/', include('rest_auth.registration.urls')),
url(r'^usercenter/', include('usercenter.urls')),
url(r'^account/',include('allauth.urls')),
url(r'company/',include('company.urls'))

4. Run `python manage.py migrate` to create the polls models.

5. Visit http://127.0.0.1:8000/company/#/company_list/ to user the app.

Release files for djangoapps-company 1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for djangoapps-company 1.0
File Size Uploaded
djangoapps-company-1.0.zip 50.2 kB Details

Release files / djangoapps-company-1.0.zip

Download URL djangoapps-company-1.0.zip
Size 50.2 kB
Tags Source
SHA-256 checksum
How to use checksums
9b8d32830d931d2f48b4bfcaff9af5c13de4a7ef9c4f18256f6db38c5abd423c
BLAKE2b-256 checksum
How to use checksums
d46b015c4dac647d81bef39bb2d42ca4e97c9f1055332d7a3063783b6d01d7b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page