Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An online store for the local shops near you

License

NotificationsYou must be signed in to change notification settings

ZeroCoolHacker/shopspot

 
 

Repository files navigation

An online store for the local shops near you

Shop Spot lists the local bussiness owners near you and lists their services and products. You can either buy them online if they support delivery or you can view the sales prices and choose the best shop.

Setting up Shop Spot is very easy.

Want to Use?

This branch is under development right now. It is in early stages so there is no specific release for you to use.

Building

It is best to use the pythonvirtualenv tool to build locally:

> virtualenv venv>source venv/bin/activate> git clone https://github.com/oriefy/shopspot.

Then you navigate to the base directory of the project and install the requirements in your virtual environment

>cd shopspot> pip install -Ur requirements/local.txt

And finally you make migrations to the database, create a super user, and run the server

> python manage.py makemigrations> python manage.py migrate> python manage.py loaddata accounts/fixtures/initial.json> python manage.py runserver

Then visithttp://localhost:8000 to view the app.Visithttp://localhost:8000/admin to login to admin withusername:admin@oriefy.compassword: oriefy123

> foreman start

Hall of fame

Everyone who contributes to ShopSpot gets a spot here.

About

An online store for the local shops near you

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python77.1%
  • HTML21.6%
  • CSS1.3%

[8]ページ先頭

©2009-2025 Movatter.jp