KO
|
EN
gitlite — search
Search
#python
#react
#llm
#machine-learning
#tailwindcss
#reactjs
#vite
#c
#hacktoberfest
#javascript
#claude
#openai
django-classified-demo
★ 60
Open GitHub ↗
Django Classified Demo
Download README (.md)
Explore Similar Repositories
automax_django_web_app
:
Django powered classified car ads website.
docx-corpus
:
The largest open corpus of classified docx documents
classified
:
Score LLM pretraining data with classifiers
well-classified-examples-are-underestimated
:
Code for the AAAI 2022 publication "Well-classified Examples are Underestimated in Classification with Deep Neural Networks"
classified.html
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
django-classified-demo
?
Download (.md)
# Django Classified Demo website [Django-classified](https://github.com/slyapustin/django-classified) demo project with user authorization via Facebook or Email. ## Deploy to DigitalOcean Click the button below to deploy the Django Classified Demo app to DigitalOcean: [](https://cloud.digitalocean.com/apps/new?repo=https://github.com/slyapustin/django-classified-demo/tree/master&refcode=08ce1ee690de) Use username `admin` and password `admin` to login to the admin panel. ## Customization - Note: `python ./manage.py setup_project` command will load initial data to populate app Sections, Groups and Areas based on [craigslist.org](http://craigslist.org) website structure. ## Run locally Create `.env ` file with your local settings (use `.env.example` as an example). - Create Virtual Environment and install requirements via `pip install -r requirements.txt`. - Create initial database schema `python ./manage.py migrate` - Collect static files `python ./manage.py collectstatic` - Start local development server `python ./manage.py runserver` - Visit http://127.0.0.1:8000/