Skip to content

salexkidd/restframework-definable-serializer-example

Repository files navigation

restframework-definable-serializer-example

❓What is this?

restframework-definable-serializer It's example of restframework-definable-serializer project.

💾Installation and runserver

We recommend use *env solution (pipenv or pyenv or each othe)

$ git clone https://github.com/salexkidd/restframework-definable-serializer-example.git
$ cd ./restframework-definable-serializer-example
$ pip install -r ./requirements.txt
$ ./manage.py migrate
$ ./manage.py loaddata ./fixtures/*.json
$ ./manage.runserver 0.0.0.0:8000

Please open the "http://localhost:8000" in the browser.

You see the login page. enter the ID and Password (See below)

  • ID: admin
  • Password: admin

Using docker

We provide Dockerfile. You can run the demo on Docker

$ git clone https://github.com/salexkidd/restframework-definable-serializer-example.git
$ docker-compose up --build -d

Please open the "http://localhost:18085" in the browser. You can see the login page.

You see the login page. enter the ID and Password (See above)

📷snapshot

top page

survey page

define survey serializer page

🚸Notice

THIS PRODUCT DO NOT RUN TO PRODUCTION SERVER !!

LICENSE

Copyright 2017 salexkidd

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

example of restframework-definable-serializer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published