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.
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
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 details)
File details
Details for the file djangoapps-company-1.0.zip.
File metadata
- Download URL: djangoapps-company-1.0.zip
- Upload date:
- Size: 50.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b8d32830d931d2f48b4bfcaff9af5c13de4a7ef9c4f18256f6db38c5abd423c
|
|
| MD5 |
b410b80ac942289626ba2ac8464e5800
|
|
| BLAKE2b-256 |
d46b015c4dac647d81bef39bb2d42ca4e97c9f1055332d7a3063783b6d01d7b7
|