Skip to content

SteffanA/kanjikorner

 
 

Repository files navigation

kanjikorner

This is a new project.

pip install virtualenv

Create virtual environment where venv is the directory virtualenv venv

cd venv/bin/activate

inside venv directory run: git clone https://github.com/drewpterry/kanjikorner.git kanjisite

inside kanjisite run: pip install -r requirements.tx

make sure to change your database settings in settings.py

python manage.py syncdb

python manage.py migrate

Run the server and check localhost:8000 to make sure the app is running python manage.py runserver

close the server

python manage.py shell

inside shell run to populate database execfile('xmltodict/jsonupload.py')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.4%
  • CSS 33.6%
  • JavaScript 15.2%
  • HTML 9.7%
  • PostScript 3.1%