afarntrog / djangox

Django starter project with batteries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Django starter project with batteries

License:Other


Languages

Language:Python 60.9%Language:HTML 36.3%Language:CSS 2.7%