/django_starter

Primary LanguagePythonOtherNOASSERTION

image

🚀 Features


📖 Installation

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

$ https://github.com/azegas/django_starter.git
$ cd django_starter

Pip

$ python -m venv .venv

# Windows
$ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
$ .venv\Scripts\Activate.ps1

# macOS
$ source .venv/bin/activate

(.venv) $ pip install -r requirements.txt
(.venv) $ python manage.py migrate
(.venv) $ python manage.py createsuperuser
(.venv) $ 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

Step by step instructions how this was created

Here