MaykelLlanes / poll_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A batteries-included Django starter project. For a production-ready version see the book Django for Professionals.

🚀 Features


Table of Contents


📖 Installation

DjangoX can be installed via Pip. To start, clone the repo to your local computer and change into the proper directory.

$ git clone https://github.com/MaykelLlanes/poll_test.git
$ cd djangox

Pip

$ python3 -m venv djangox
$ source djangox/bin/activate
(djangox) $ pip install -r requirements.txt
(djangox) $ python manage.py migrate
(djangox) $ python manage.py createsuperuser
(djangox) $ python manage.py runserver
# Load the site at http://127.0.0.1:8000

Setup

# Run Migrations
(djangox) $ python manage.py migrate

# Create a Superuser
(djangox) $ python manage.py createsuperuser

# Confirm everything is working:
(djangox) $ python manage.py runserver

# Load the site at http://127.0.0.1:8000

🤝 Contributing

Contributions, issues and feature requests are welcome! See CONTRIBUTING.md.

⭐️ Support

Give a ⭐️ if this project helped you!

License

The MIT License

poll_test

About

License:Other


Languages

Language:Python 97.7%Language:HTML 1.1%Language:JavaScript 0.6%Language:CSS 0.4%Language:C 0.2%Language:Shell 0.1%Language:Dockerfile 0.0%