Skip to content

Latest commit

 

History

History
84 lines (58 loc) · 2.83 KB

README.md

File metadata and controls

84 lines (58 loc) · 2.83 KB

DjangoX logo

A Django starter project that "just works." For a production-ready version see the book Django for Professionals.

🚀 Features

📖 Install

$ git clone https://github.com/wsvincent/djangox.git
$ cd djangox
$ pipenv install
$ pipenv shell

# 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

Homepage

🤝 Contributing

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

⭐️ Show your support

Give a ⭐️ if this project helped you!