web application made with python and Django
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
python 3.5+
A step by step series of examples that tell you how to get a development env running
Enter in your project directory and clone droganalisi
git clone https://github.com/slackarea/django-nonstaffadmin.git
You need a virtual enviroment so
pip install virtualenv
virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements.txt
Enter in cloned project and create DataBase a Superuser and a non-Staff user
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
Connect you browser to
Add additional notes about how to deploy this on a live system
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
cooming soon
- Vincenzo Ingrosso - Initial work - slackarea
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc