mayait / mybook

Simple django that demonstrate formset

Home Page:https://adandan01.github.io/mybook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django inline formset example

This is a simple django app that demonstrates how to use inline formset.

Mybook is a social networking app. In the app, you can edit your social profile. One section of the profile is about your family member. You can add as many family member as you like. For each family member, you need to specify family member's relationship with you.

Quick start

  1. (optional) create virtual env ex. mkvirtualenv mybook_env
  2. pip install -r requirements.txt
  3. (optional) source export_django_setting.py
  4. python manage.py migrate
  5. python manage.py runserver

Useful references:

About

Simple django that demonstrate formset

https://adandan01.github.io/mybook/


Languages

Language:JavaScript 47.6%Language:Python 38.7%Language:HTML 13.4%Language:Shell 0.2%