Skip to content
/ djangox Public template
forked from wsvincent/djangox

Django starter project with batteries

License

Notifications You must be signed in to change notification settings

joshuakoh1/djangox

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.0%
  • HTML 36.3%
  • CSS 2.7%