Skip to content

sjkrta/Django-Polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adopted from Getting started with Django

  1. Requests and responses
  2. Models and the admin site
  3. Views and templates
  4. Forms and generic views
  5. Testing
  6. Static files
  7. Customizing the admin site

To successfully run this project, make sure you meet following requirement:

  • Python 3+
  • Pipenv
  • Django

STEPS:

  1. Installation of python:
  • apt-get install python3 python3-pip
  1. Install virtual env pip:
  • pip install pipenv
  1. Clone this project:
  1. Change directory to project:
  • cd django-app-mysite
  1. Create virtual Environment:
  • pipenv install --three
  • pipenv shell
  1. Change directory to same as manage.py:
  • cd mysite
  1. Now runserver. That's all.
  • python manage.py runserver

Login account details:

  • admin user: admin
  • password: password

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published