Metadata-Version: 2.1
Name: Royal-Cashews
Version: 1.0.0
Summary: This is a shop managing package
Home-page: https://github.com/jesvinvijesh/MSJ_Royal_Cashews
Author: Jesvin Vijesh
Author-email: msjjesvin@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown

# MSJ Royal Cashews:

## Run the following commands in the terminal:			
`pip install django            `     
`pip install bootstrap-admin (and add the following code in the setting.py) `                            

	`		installed apps = [                                    
			...
			'Retail_Management',
			'bootstrap_admin 
			]
`python manage.py createsuperuser (and create the user)          `      `
 python manage.py runserver
`  
* Go to http://127.0.0.1:8000/admin and login with the credentials you have set

