Skip to content

freemanpd/django-helloworld

Repository files navigation

django-helloworld

An example Django "Hello World!" application.

CircleCI

Screenshots

An example Django "Hello World!" application

Requirements

  1. Python 3.4+
  2. Pipenv

Installation

  1. Start Python virtual ENV
pipenv shell
  1. Install dependencies
pipenv install
  1. Run database migrations
python manage.py migrate; python manage.py makemigrations
  1. Create admin user
python manage.py createsuperuser --username admin

Run application

python manage.py runserver

Once the server is running, visit http://127.0.0.1:8000 in your web browser. Now, you should see something like the following:

An example Django "Hello World!" application

Note: access the Django admin interface here: http://127.0.0.1:8000/admin. Example:

Django admin login

Resources

Releases

No releases published

Packages

No packages published

Languages