https://github.com/emalherbi-zz/django-first-app
Python + Django + Polls + Admin + Bootstrap + Sqllite
https://github.com/emalherbi-zz/django-first-app
Last synced: about 2 months ago
JSON representation
Python + Django + Polls + Admin + Bootstrap + Sqllite
- Host: GitHub
- URL: https://github.com/emalherbi-zz/django-first-app
- Owner: emalherbi-zz
- Created: 2014-08-07T12:12:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T20:56:15.000Z (about 5 years ago)
- Last Synced: 2025-01-17T19:55:18.453Z (3 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
django-first-app
================This project is based on "[Writing your first Django app](https://docs.djangoproject.com/en/dev/intro/tutorial01/)"
## Instructions
1. Install [Pip](http://www.pip-installer.org/en/latest/installing.html) and with pip:
`$ pip install -r requiriments.txt`2. Run `python manage.py runserver`
3. Now, open a Web browser and go to “/admin/” on your local domain – e.g., `http://127.0.0.1:8000/admin/`. You should see the admin’s login.
`Username: admin`
`Password: admin`4. Open a Web browser and go to “/polls/” on your local domain – e.g., `http://127.0.0.1:8000/polls/`. You should see that the question links.
Tags: Python + Django + Bootstrap + Sqllite
## License
"THE BEER-WARE LICENSE" (Revision 42):
As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.