https://github.com/gregschmit/django-pufsim
https://github.com/gregschmit/django-pufsim
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregschmit/django-pufsim
- Owner: gregschmit
- License: mit
- Created: 2018-08-19T00:02:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T19:53:12.000Z (almost 7 years ago)
- Last Synced: 2024-05-02T01:28:12.188Z (about 2 years ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
``pufsim``
##########
``pufsim`` is a simulator frontend for ``puflib``. All Python 3.
Contributing
############
Email gschmi4@uic.edu if you want to contribute. You must only contribute code
that you have authored or otherwise hold the copyright to, and you must
make any contributions to this project available under the MIT license.
To collaborators: don't push using the ``--force`` option.
Dev Quickstart
##############
First clone, the repository into a location of your choosing:
.. code-block::
$ git clone https://github.com/gregschmit/django-pufsim
Then you can go into the ``django-pufsim`` directory and do the initial
migrations and run the server (you may need to type ``python3`` rather than
``python``):
.. code-block::
$ cd django-pufsim
$ python manage.py makemigrations pufsim
$ python manage.py migrate
$ python manage.py runserver
The server should now be hosted at ``http://pufsim.schmit.net``.