=====
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.
Release files for djangoapps-lunch 3.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-lunch-3.0.zip | 59.9 kB | Details |
Release files / djangoapps-lunch-3.0.zip
| Download URL | djangoapps-lunch-3.0.zip |
|---|---|
| Size | 59.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
00f5807cad3cebf79b4261a6c359df578a4f6f98a252b3e662561499be3c5aaf
|
|
BLAKE2b-256 checksum How to use checksums |
a516988d8aecc97179b4b08026d851942a647efd473c20eb483dfa1e079949e0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |