Loading repository data…
Loading repository data…
mahmud-sajib / repository
Classified Ads (Python/Django/JavaScript) is a buy/sell platform with features such as email signup, ad posting with approval, location or category-based browsing, filtering, and direct buyer contact.
Django Classified Ads is a Buy/Sell Marketplace where Seller can post their product advertisement and Buyer can directly contact them to purchase the product. Post an advertisement. Filter advertisement by Category and State. See all advertisements for a particular User, State, City and Category. Email/Phone the Buyer to purchase an advertised product. Built with Python/Django and 100% free to use.
A few of the things you can do with Classified Ads:
Installation Process (Windows)
virtualenv projectenvcd projectenv/scriptsactivategit clone https://github.com/mahmud-sajib/Django-Classified-Ads.gitcd Django-Classified-Adspip install -r requirements.txtpython manage.py migratepython manage.py runserverFeel free to file an issue. If you wish to contribute, please feel free to do so!