lunchapp only chinese support
Project description
=====
djangoapps-lunch
=====
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',
'lunchapp',
)
2. Add " LOGIN_URL='/usercenter/login/' " to your INSTALLED_APPS setting like this::
3. Include the polls 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'lunch/',include('lunchapp.urls'))
4. Run `python manage.py migrate` to create the polls models.
5. Visit http://127.0.0.1:8000/lunch/ to user the app.
djangoapps-lunch
=====
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',
'lunchapp',
)
2. Add " LOGIN_URL='/usercenter/login/' " to your INSTALLED_APPS setting like this::
3. Include the polls 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'lunch/',include('lunchapp.urls'))
4. Run `python manage.py migrate` to create the polls models.
5. Visit http://127.0.0.1:8000/lunch/ 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-lunch-3.0.zip
(59.9 kB
view details)
File details
Details for the file djangoapps-lunch-3.0.zip.
File metadata
- Download URL: djangoapps-lunch-3.0.zip
- Upload date:
- Size: 59.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00f5807cad3cebf79b4261a6c359df578a4f6f98a252b3e662561499be3c5aaf
|
|
| MD5 |
22ffd2376c4c9c85bd05cda8bc360e81
|
|
| BLAKE2b-256 |
a516988d8aecc97179b4b08026d851942a647efd473c20eb483dfa1e079949e0
|