-
Notifications
You must be signed in to change notification settings - Fork 0
L30Yu/django-monitor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
======================== django-small-monitor-project ======================== Installing Django ============================ To install Django in the new virtual environment, run the following command:: $ pip install django Installation of Dependencies ============================= Depending on where you are installing dependencies: $ pip install -r requirements.txt #set version ============================= smallmonitor.__init__.py #. Install static file dependencies ============================= bower update Run server ============================== test python manage.py test --settings=smallmonitor.test_settings development python manage.py runserver --settings=smallmonitor.development_settings 0.0.0.0:2332 production add --insecure close debug can't find static file python manage.py runserver --insecure 0.0.0.0:2332
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published