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