Skip to main content

lunchapp only chinese support

Project description

=====
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.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangoapps-company-1.0.zip (50.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page