An open API service indexing awesome lists of open source software.

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

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.