Skip to content

alexliyu7352/django-droidstore

 
 

Repository files navigation

Build Status

django-droidstore

This is an Android app store written in Django. No frills. :-)

Requirements

Pyment requires Docker Engine 1.10.0+ and Docker Compose 1.6.0+.

Standard workflow

This needs to be written!

Development tips

Building the software

There's a ./dev-setup.sh script which should do the right thing.

The SSL setup is a little hairy. To recreate it:

Testing the software

After running the aforementioned script, try this: docker-compose run --rm web python -X dev manage.py test.

Running a local instance for testing purposes

Copy the example env file mentioned above to the target location, re-run the script mentioned above, and try this: docker-compose up.

The example env file includes a reference to localhost in ALLOWED_HOSTS which makes the website work when visited at http://localhost:8000 for testing.

License

This software is released under the MIT license.

About

Django version of Android app store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.5%
  • CSS 8.5%
  • Shell 8.4%
  • HTML 1.3%
  • Dockerfile 0.3%